Html Css Color HEX #7E9EBC Polo Blue

📋 copy color: '#7E9EBC'

red 126 ◦ green 158 ◦ blue 188

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

Shades of Polo Blue #7E9EBC

Tints of Polo Blue #7E9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.47%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 26.69%
G = 33.47%
B = 39.83%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E9EBC (or 0x7E9EBC) is known color: Polo Blue. HEX triplet: 7E, 9E and BC. RGB value is (126,158,188). Sum of RGB (Red+Green+Blue) = 126+158+188=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E9EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9EBC is #816143. Grayscale: #979797. Windows color (decimal): -8479044 or 12361342. OLE color: 12361342.

HSL color Cylindrical-coordinate representation of color #7E9EBC: hue angle of 209.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E9EBC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 158 188 -
CMYK 0.33 0.16 0 0.26
HSL 209.03º 0.32% 0.62% -
HSV(B) 209.03º 0.33% 0.74% -
XYZ 29.91 32.52 52.28 -
YUV 151.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 126 158 188 0.33 0.16 0 0.26 209.03 0.32 0.62
Hex 7E 9E BC 21 10 0 1A D1 20 3E
Octal 176 236 274 41 20 0 32 321 40 76
Binary 1111110 10011110 10111100 100001 10000 0 11010 11010001 100000 111110

Color Harmonies of #7E9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9EBC

Black with #7E9EBC

Text Example


Text Example

White with #7E9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,158,188); }

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

background-color css

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

 a { background-color: rgb(126,158,188); }

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

border-color css

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

 span { border-color: rgb(126,158,188); }

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