Html Css Color HEX #7E9BCB Polo Blue

📋 copy color: '#7E9BCB'

red 126 ◦ green 155 ◦ blue 203

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

Shades of Polo Blue #7E9BCB

Tints of Polo Blue #7E9BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 26.03%
G = 32.02%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E9BCB (or 0x7E9BCB) is known color: Polo Blue. HEX triplet: 7E, 9B and CB. RGB value is (126,155,203). Sum of RGB (Red+Green+Blue) = 126+155+203=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E9BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9BCB is #816434. Grayscale: #979797. Windows color (decimal): -8479797 or 13343614. OLE color: 13343614.

HSL color Cylindrical-coordinate representation of color #7E9BCB: hue angle of 217.4º 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 #7E9BCB is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 155 203 -
CMYK 0.38 0.24 0 0.20
HSL 217.4º 0.43% 0.65% -
HSV(B) 217.4º 0.38% 0.8% -
XYZ 31.11 32.19 61.07 -
YUV 151.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 126 155 203 0.38 0.24 0 0.20 217.4 0.43 0.65
Hex 7E 9B CB 26 18 0 14 D9 2B 41
Octal 176 233 313 46 30 0 24 331 53 101
Binary 1111110 10011011 11001011 100110 11000 0 10100 11011001 101011 1000001

Color Harmonies of #7E9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9BCB

Black with #7E9BCB

Text Example


Text Example

White with #7E9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,155,203); }

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

background-color css

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

 a { background-color: rgb(126,155,203); }

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

border-color css

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

 span { border-color: rgb(126,155,203); }

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