#799FCC

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

Shades of Polo Blue #799FCC

Tints of Polo Blue #799FCC

Color information

#799FCC (or 0x799FCC) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and CC. RGB value is (121,159,204). Sum of RGB (Red+Green+Blue) = 121+159+204=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #799FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FCC is #866033. Grayscale: #989898. Windows color (decimal): -8806452 or 13410169. OLE color: 13410169.

HSL color Cylindrical-coordinate representation of color #799FCC: hue angle of 212.53º 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 #799FCC is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121159204-
CMYK0.410.2200.2
HSL212.53º44.86%63.73%-
HSV(B)212.53º40.69%80%-
XYZ31.1833.2261.9-
YUV152.77156.91105.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=25%
G=32.85%
B=42.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211592040.410.2200.2212.5344.8663.73
Hex799FCC2916014d52d40
Octal171237314512602432555100
Binary1111001100111111100110010100110110010100110101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799FCC; }

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

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

<style>
 a { background-color: #799FCC; }

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

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

<style>
 span { border-color: #799FCC; }

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

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