#7C9CBD

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

Shades of Polo Blue #7C9CBD

Tints of Polo Blue #7C9CBD

Color information

#7C9CBD (or 0x7C9CBD) is unknown color: approx Polo Blue. HEX triplet: 7C, 9C and BD. RGB value is (124,156,189). Sum of RGB (Red+Green+Blue) = 124+156+189=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C9CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9CBD is #836342. Grayscale: #969696. Windows color (decimal): -8610627 or 12426364. OLE color: 12426364.

HSL color Cylindrical-coordinate representation of color #7C9CBD: hue angle of 210.46º degrees, saturation: 0.33, 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 #7C9CBD is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124156189-
CMYK0.340.1700.26
HSL210.46º32.99%61.37%-
HSV(B)210.46º34.39%74.12%-
XYZ29.3931.7452.72-
YUV150.19149.9109.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=26.44%
G=33.26%
B=40.30%

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
Decimal1241561890.340.1700.26210.4632.9961.37
Hex7C9CBD221101Ad2213d
Octal17423427542210323224175
Binary111110010011100101111011000101000101101011010010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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