#7999CC

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

Shades of Polo Blue #7999CC

Tints of Polo Blue #7999CC

Color information

#7999CC (or 0x7999CC) is unknown color: approx Polo Blue. HEX triplet: 79, 99 and CC. RGB value is (121,153,204). Sum of RGB (Red+Green+Blue) = 121+153+204=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #7999CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999CC is #866633. Grayscale: #959595. Windows color (decimal): -8807988 or 13408633. OLE color: 13408633.

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

Color convert

RGB121153204-
CMYK0.410.2500.2
HSL216.87º44.86%63.73%-
HSV(B)216.87º40.69%80%-
XYZ30.1831.2161.56-
YUV149.25158.9107.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=25.31%
G=32.01%
B=42.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211532040.410.2500.2216.8744.8663.73
Hex7999CC2919014d92d40
Octal171231314513102433155100
Binary1111001100110011100110010100111001010100110110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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