#7997CB

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

Shades of Polo Blue #7997CB

Tints of Polo Blue #7997CB

Color information

#7997CB (or 0x7997CB) is unknown color: approx Polo Blue. HEX triplet: 79, 97 and CB. RGB value is (121,151,203). Sum of RGB (Red+Green+Blue) = 121+151+203=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #7997CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997CB is #866834. Grayscale: #939393. Windows color (decimal): -8808501 or 13342585. OLE color: 13342585.

HSL color Cylindrical-coordinate representation of color #7997CB: hue angle of 218.05º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7997CB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121151203-
CMYK0.400.2600.20
HSL218.05º44.09%63.53%-
HSV(B)218.05º40.39%79.61%-
XYZ29.7330.5160.82-
YUV147.96159.06108.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.47%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=25.47%
G=31.79%
B=42.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211512030.400.2600.20218.0544.0963.53
Hex7997CB281A014da2c40
Octal171227313503202433254100
Binary1111001100101111100101110100011010010100110110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7997CB; }

 p { color: rgb(121,151,203); }

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

<style>
 a { background-color: #7997CB; }

 a { background-color: rgb(121,151,203); }

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

<style>
 span { border-color: #7997CB; }

 span { border-color: rgb(121,151,203); }

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