#7D9CBC

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

Shades of Polo Blue #7D9CBC

Tints of Polo Blue #7D9CBC

Color information

#7D9CBC (or 0x7D9CBC) is unknown color: approx Polo Blue. HEX triplet: 7D, 9C and BC. RGB value is (125,156,188). Sum of RGB (Red+Green+Blue) = 125+156+188=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D9CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CBC is #826343. Grayscale: #969696. Windows color (decimal): -8545092 or 12360829. OLE color: 12360829.

HSL color Cylindrical-coordinate representation of color #7D9CBC: hue angle of 210.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D9CBC is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB125156188-
CMYK0.340.1700.26
HSL210.48º31.98%61.37%-
HSV(B)210.48º33.51%73.73%-
XYZ29.4231.7752.16-
YUV150.38149.23109.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=26.65%
G=33.26%
B=40.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251561880.340.1700.26210.4831.9861.37
Hex7D9CBC221101Ad2203d
Octal17523427442210323224075
Binary111110110011100101111001000101000101101011010010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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