COLOR #758CCA

HEX: #758CCA
RGB: (117,140,202)

Color info

#758CCA contains mainly blue color. Web safe color of #758CCA is #6699CC (or #69C).

RGB color model

#758CCA color RGB value is (117,140,202).

  • red value is 117;
  • green value is 140;
  • blue value is 202.
RGB:
(117,140,202)
(46%,55%,79%)

RGB channels and saturation

R 117 of 255 = 46%
G 140 of 255 = 55%
B 202 of 255 = 79%

117
140
202

R + G + B ~ 60%. #758CCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 140 + 202 = 459 (100%)
R 117 of 459 ~ 25.49%
G 140 of 459 ~ 30.5%
B 202 of 459 ~ 44.01%

%25.49
%30.5
%44.01

CMYK color model

#758CCA color CMYK value is (42,31,0,21).

  • cyan value is 42.08%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(42,31,0,21)
C42M31Y0K21 
(42%,31%,0%,21%)
(0.42/0.31/0.00/0.21)	

CMYK percentages

%42.08
%30.69
%0
%20.78

Codes

Color #758CCA in popluar color models

758CCA
RGB117140202
HSL224°44.50%62.55%
HSB/HSV224°42.08%79.22%
CMYK42.08%30.69%0.00%
20.78%

Color #758CCA in popluar number systems.

HEX758CCA
Decimal117140202
Binary11101011000110011001010
Octal165214312

Shades and tints

Shades of #758CCA

#758CCA
(117,140,202)
#6B80B8
(107,128,184)
#6174A6
(97,116,166)
#576894
(87,104,148)
#4D5C82
(77,92,130)
#435070
(67,80,112)
#39445E
(57,68,94)
#2F384C
(47,56,76)
#252C3A
(37,44,58)
#1B2028
(27,32,40)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #758CCA

#758CCA
(117,140,202)
#8196CE
(129,150,206)
#8DA0D2
(141,160,210)
#99AAD6
(153,170,214)
#A5B4DA
(165,180,218)
#B1BEDE
(177,190,222)
#BDC8E2
(189,200,226)
#C9D2E6
(201,210,230)
#D5DCEA
(213,220,234)
#E1E6EE
(225,230,238)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758CCA color. Also use rgb(117,140,202) instead hex code.

Text Font Color

.myTextColor { color: #758CCA; }

<p style="color:#758CCA">This sample text font color is #758CCA.</p>

This text font color is #758CCA.


Background Color

.myBgColor { background-color: #758CCA; }

<div style="background-color:#758CCA">Inner text</div>

This div background color is #758CCA.


Border color

.myBorderColor { border: 1px solid #758CCA; }

<div style="border:3px solid #758CCA">Div</div>

This div border color is #758CCA.


Opacity

.myOpacity80 { color: #758CCA; opacity: 0.8; }

<p style="color:#758CCA;opacity:0.8;">80%</p>

Text with #758CCA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #758CCA;}

<p style="text-shadow: 3px 3px 1px #758CCA">Text here.</p>

This text has shadow with #758CCA color.

.textShadow {text-shadow: 3px 3px 1px #758CCA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #758CCA, 5px 5px 20px red">Text here.</p>

This text has shadow with #758CCA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#758CCA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#758CCA, Direction=45, Strength=4)">Text</p>

This text has shadow with #758CCA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #758CCA;
  -webkit-box-shadow:	1px 1px 3px 2px #758CCA;
  box-shadow:		1px 1px 3px 2px #758CCA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #758CCA;
-webkit-box-shadow: 1px 1px 3px 2px #758CCA;
box-shadow:1px 1px 3px 2px #758CCA;">
Div content here</div>
This div box has shadow with color #758CCA.

Preview

Color preview on black background

This text has color #758CCA on black background.


Color preview on white background

This text has color #758CCA on white background.



Black color preview on #758CCA background

This text has black color on #758CCA background.


White color preview on #758CCA background

This text has white color on #758CCA background.