#7997CD

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

Shades of Polo Blue #7997CD

Tints of Polo Blue #7997CD

Color information

#7997CD (or 0x7997CD) is unknown color: approx Polo Blue. HEX triplet: 79, 97 and CD. RGB value is (121,151,205). Sum of RGB (Red+Green+Blue) = 121+151+205=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #7997CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997CD is #866832. Grayscale: #939393. Windows color (decimal): -8808499 or 13473657. OLE color: 13473657.

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

Color convert

RGB121151205-
CMYK0.410.2600.20
HSL218.57º45.65%63.92%-
HSV(B)218.57º40.98%80.39%-
XYZ29.9730.6162.09-
YUV148.19160.06108.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=25.37%
G=31.66%
B=42.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211512050.410.2600.20218.5745.6563.92
Hex7997CD291A014db2e40
Octal171227315513202433356100
Binary1111001100101111100110110100111010010100110110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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