#7E9BCB

Color #7E9BCB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7E9BCB

Tints of Polo Blue #7E9BCB

Color information

#7E9BCB (or 0x7E9BCB) is unknown color: approx 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

RGB126155203-
CMYK0.380.2400.20
HSL217.4º42.54%64.51%-
HSV(B)217.4º37.93%79.61%-
XYZ31.1132.1961.07-
YUV151.8156.89109.6-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261552030.380.2400.20217.442.5464.51
Hex7E9BCB2618014d92b41
Octal176233313463002433153101
Binary1111110100110111100101110011011000010100110110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>