#7C9DCD

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

Shades of Polo Blue #7C9DCD

Tints of Polo Blue #7C9DCD

Color information

#7C9DCD (or 0x7C9DCD) is unknown color: approx Polo Blue. HEX triplet: 7C, 9D and CD. RGB value is (124,157,205). Sum of RGB (Red+Green+Blue) = 124+157+205=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C9DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DCD is #836232. Grayscale: #989898. Windows color (decimal): -8610355 or 13475196. OLE color: 13475196.

HSL color Cylindrical-coordinate representation of color #7C9DCD: hue angle of 215.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C9DCD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124157205-
CMYK0.400.2300.20
HSL215.56º44.75%64.51%-
HSV(B)215.56º39.51%80.39%-
XYZ31.3932.8162.44-
YUV152.6157.57107.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.51%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=25.51%
G=32.30%
B=42.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241572050.400.2300.20215.5644.7564.51
Hex7C9DCD2817014d82d41
Octal174235315502702433055101
Binary1111100100111011100110110100010111010100110110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,157,205); }

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

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

 a { background-color: rgb(124,157,205); }

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

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

 span { border-color: rgb(124,157,205); }

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