Html Css Color HEX #7EA4CC Polo Blue

📋 copy color: '#7EA4CC'

red 126 ◦ green 164 ◦ blue 204

#7EA4CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #7EA4CC

Tints of Polo Blue #7EA4CC

RGB

 RED value IS 126 (49.61% from 255) = 25.51%

 GREEN value IS 164 (64.45% from 255) = 33.2%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 25.51%
G = 33.2%
B = 41.3%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7EA4CC (or 0x7EA4CC) is known color: Polo Blue. HEX triplet: 7E, A4 and CC. RGB value is (126,164,204). Sum of RGB (Red+Green+Blue) = 126+164+204=494 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.51% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EA4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA4CC is #815B33. Grayscale: #9D9D9D. Windows color (decimal): -8477492 or 13411454. OLE color: 13411454.

HSL color Cylindrical-coordinate representation of color #7EA4CC: hue angle of 210.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EA4CC is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 164 204 -
CMYK 0.38 0.20 0 0.2
HSL 210.77º 0.43% 0.65% -
HSV(B) 210.77º 0.38% 0.8% -
XYZ 32.78 35.35 62.22 -
YUV 157.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 126 164 204 0.38 0.20 0 0.2 210.77 0.43 0.65
Hex 7E A4 CC 26 14 0 14 D3 2B 41
Octal 176 244 314 46 24 0 24 323 53 101
Binary 1111110 10100100 11001100 100110 10100 0 10100 11010011 101011 1000001

Color Harmonies of #7EA4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA4CC

Black with #7EA4CC

Text Example


Text Example

White with #7EA4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EA4CC; }

 p { color: rgb(126,164,204); }

 H1.HeaderClassName
 {
   color: #7EA4CC;
 }
 .AnyTagClassName
 {
   color: #7EA4CC;
 }
</style>

background-color css

<style>
 a { background-color: #7EA4CC; }

 a { background-color: rgb(126,164,204); }

 div.DivClassName
 {
   background-color: #7EA4CC;
 }
 .BgClassName
 {
   background-color: #7EA4CC;
 }
</style>

border-color css

<style>
 span { border-color: #7EA4CC; }

 span { border-color: rgb(126,164,204); }

 td.TdClassName
 {
   border-color: #7EA4CC;
 }
 .TagClassName
 {
   border-color: #7EA4CC;
 }
</style>