#7D9CBE

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

Shades of Polo Blue #7D9CBE

Tints of Polo Blue #7D9CBE

Color information

#7D9CBE (or 0x7D9CBE) is unknown color: approx Polo Blue. HEX triplet: 7D, 9C and BE. RGB value is (125,156,190). Sum of RGB (Red+Green+Blue) = 125+156+190=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CBE is #826341. Grayscale: #969696. Windows color (decimal): -8545090 or 12491901. OLE color: 12491901.

HSL color Cylindrical-coordinate representation of color #7D9CBE: hue angle of 211.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D9CBE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125156190-
CMYK0.340.1800.25
HSL211.38º33.33%61.76%-
HSV(B)211.38º34.21%74.51%-
XYZ29.6431.8553.3-
YUV150.61150.23109.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=26.54%
G=33.12%
B=40.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251561900.340.1800.25211.3833.3361.76
Hex7D9CBE2212019d3213e
Octal17523427642220313234176
Binary111110110011100101111101000101001001100111010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,156,190); }

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

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

 a { background-color: rgb(125,156,190); }

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

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

 span { border-color: rgb(125,156,190); }

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