#7C9CC9

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

Shades of Polo Blue #7C9CC9

Tints of Polo Blue #7C9CC9

Color information

#7C9CC9 (or 0x7C9CC9) is unknown color: approx Polo Blue. HEX triplet: 7C, 9C and C9. RGB value is (124,156,201). Sum of RGB (Red+Green+Blue) = 124+156+201=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C9CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9CC9 is #836336. Grayscale: #979797. Windows color (decimal): -8610615 or 13212796. OLE color: 13212796.

HSL color Cylindrical-coordinate representation of color #7C9CC9: hue angle of 215.06º 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 #7C9CC9 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB124156201-
CMYK0.380.2200.21
HSL215.06º41.62%63.73%-
HSV(B)215.06º38.31%78.82%-
XYZ30.7432.2859.87-
YUV151.56155.9108.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=25.78%
G=32.43%
B=41.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241562010.380.2200.21215.0641.6263.73
Hex7C9CC92616015d72a40
Octal174234311462602532752100
Binary1111100100111001100100110011010110010101110101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,156,201); }

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

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

 a { background-color: rgb(124,156,201); }

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

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

 span { border-color: rgb(124,156,201); }

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