#7D9ECE

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

Shades of Polo Blue #7D9ECE

Tints of Polo Blue #7D9ECE

Color information

#7D9ECE (or 0x7D9ECE) is unknown color: approx Polo Blue. HEX triplet: 7D, 9E and CE. RGB value is (125,158,206). Sum of RGB (Red+Green+Blue) = 125+158+206=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9ECE is #826131. Grayscale: #999999. Windows color (decimal): -8544562 or 13540989. OLE color: 13540989.

HSL color Cylindrical-coordinate representation of color #7D9ECE: hue angle of 215.56º 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 #7D9ECE is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125158206-
CMYK0.390.2300.19
HSL215.56º45.25%64.9%-
HSV(B)215.56º39.32%80.78%-
XYZ31.8233.2763.14-
YUV153.6157.57107.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=25.56%
G=32.31%
B=42.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251582060.390.2300.19215.5645.2564.9
Hex7D9ECE2717013d82d41
Octal175236316472702333055101
Binary1111101100111101100111010011110111010011110110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,158,206); }

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

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

 a { background-color: rgb(125,158,206); }

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

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

 span { border-color: rgb(125,158,206); }

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