#7C9DBD

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

Shades of Polo Blue #7C9DBD

Tints of Polo Blue #7C9DBD

Color information

#7C9DBD (or 0x7C9DBD) is unknown color: approx Polo Blue. HEX triplet: 7C, 9D and BD. RGB value is (124,157,189). Sum of RGB (Red+Green+Blue) = 124+157+189=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C9DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DBD is #836242. Grayscale: #969696. Windows color (decimal): -8610371 or 12426620. OLE color: 12426620.

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

Color convert

RGB124157189-
CMYK0.340.1700.26
HSL209.54º32.99%61.37%-
HSV(B)209.54º34.39%74.12%-
XYZ29.5532.0752.78-
YUV150.78149.57108.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=26.38%
G=33.40%
B=40.21%

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
Decimal1241571890.340.1700.26209.5432.9961.37
Hex7C9DBD221101Ad2213d
Octal17423527542210323224175
Binary111110010011101101111011000101000101101011010010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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