#7E9CBC

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

Shades of Polo Blue #7E9CBC

Tints of Polo Blue #7E9CBC

Color information

#7E9CBC (or 0x7E9CBC) is unknown color: approx Polo Blue. HEX triplet: 7E, 9C and BC. RGB value is (126,156,188). Sum of RGB (Red+Green+Blue) = 126+156+188=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E9CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9CBC is #816343. Grayscale: #969696. Windows color (decimal): -8479556 or 12360830. OLE color: 12360830.

HSL color Cylindrical-coordinate representation of color #7E9CBC: hue angle of 210.97º 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 #7E9CBC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126156188-
CMYK0.330.1700.26
HSL210.97º31.63%61.57%-
HSV(B)210.97º32.98%73.73%-
XYZ29.5731.8452.16-
YUV150.68149.06110.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.81%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 188 (73.83% from 255) = 40%
R=26.81%
G=33.19%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261561880.330.1700.26210.9731.6361.57
Hex7E9CBC211101Ad3203e
Octal17623427441210323234076
Binary111111010011100101111001000011000101101011010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E9CBC;
 }
 .AnyTagClassName
 {
   color: #7E9CBC;
 }
</style>
background-color css

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

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

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

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

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

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