#7999CD

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

Shades of Polo Blue #7999CD

Tints of Polo Blue #7999CD

Color information

#7999CD (or 0x7999CD) is unknown color: approx Polo Blue. HEX triplet: 79, 99 and CD. RGB value is (121,153,205). Sum of RGB (Red+Green+Blue) = 121+153+205=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #7999CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999CD is #866632. Grayscale: #959595. Windows color (decimal): -8807987 or 13474169. OLE color: 13474169.

HSL color Cylindrical-coordinate representation of color #7999CD: hue angle of 217.14º 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 #7999CD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121153205-
CMYK0.410.2500.20
HSL217.14º45.65%63.92%-
HSV(B)217.14º40.98%80.39%-
XYZ30.331.2662.19-
YUV149.36159.4107.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.26%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=25.26%
G=31.94%
B=42.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211532050.410.2500.20217.1445.6563.92
Hex7999CD2919014d92e40
Octal171231315513102433156100
Binary1111001100110011100110110100111001010100110110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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