#7D9CCA

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

Shades of Polo Blue #7D9CCA

Tints of Polo Blue #7D9CCA

Color information

#7D9CCA (or 0x7D9CCA) is unknown color: approx Polo Blue. HEX triplet: 7D, 9C and CA. RGB value is (125,156,202). Sum of RGB (Red+Green+Blue) = 125+156+202=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D9CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CCA is #826335. Grayscale: #979797. Windows color (decimal): -8545078 or 13278333. OLE color: 13278333.

HSL color Cylindrical-coordinate representation of color #7D9CCA: hue angle of 215.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D9CCA is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125156202-
CMYK0.380.2300.21
HSL215.84º42.08%64.12%-
HSV(B)215.84º38.12%79.22%-
XYZ31.0132.460.5-
YUV151.98156.23108.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.88%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=25.88%
G=32.30%
B=41.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251562020.380.2300.21215.8442.0864.12
Hex7D9CCA2617015d82a40
Octal175234312462702533052100
Binary1111101100111001100101010011010111010101110110001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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