Html Css Color HEX #7E9CCE Polo Blue

📋 copy color: '#7E9CCE'

red 126 ◦ green 156 ◦ blue 206

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

Shades of Polo Blue #7E9CCE

Tints of Polo Blue #7E9CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 25.82%
G = 31.97%
B = 42.21%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E9CCE (or 0x7E9CCE) is known color: Polo Blue. HEX triplet: 7E, 9C and CE. RGB value is (126,156,206). Sum of RGB (Red+Green+Blue) = 126+156+206=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9CCE is #816331. Grayscale: #989898. Windows color (decimal): -8479538 or 13540478. OLE color: 13540478.

HSL color Cylindrical-coordinate representation of color #7E9CCE: hue angle of 217.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E9CCE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 156 206 -
CMYK 0.39 0.24 0 0.19
HSL 217.5º 0.45% 0.65% -
HSV(B) 217.5º 0.39% 0.81% -
XYZ 31.63 32.67 63.03 -
YUV 152.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 126 156 206 0.39 0.24 0 0.19 217.5 0.45 0.65
Hex 7E 9C CE 27 18 0 13 DA 2D 41
Octal 176 234 316 47 30 0 23 332 55 101
Binary 1111110 10011100 11001110 100111 11000 0 10011 11011010 101101 1000001

Color Harmonies of #7E9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9CCE

Black with #7E9CCE

Text Example


Text Example

White with #7E9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,156,206); }

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

background-color css

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

 a { background-color: rgb(126,156,206); }

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

border-color css

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

 span { border-color: rgb(126,156,206); }

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