#799FCE

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

Shades of Polo Blue #799FCE

Tints of Polo Blue #799FCE

Color information

#799FCE (or 0x799FCE) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and CE. RGB value is (121,159,206). Sum of RGB (Red+Green+Blue) = 121+159+206=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #799FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FCE is #866031. Grayscale: #989898. Windows color (decimal): -8806450 or 13541241. OLE color: 13541241.

HSL color Cylindrical-coordinate representation of color #799FCE: hue angle of 213.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799FCE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121159206-
CMYK0.410.2300.19
HSL213.18º46.45%64.12%-
HSV(B)213.18º41.26%80.78%-
XYZ31.4233.3263.17-
YUV153157.91105.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.90%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=24.90%
G=32.72%
B=42.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211592060.410.2300.19213.1846.4564.12
Hex799FCE2917013d52e40
Octal171237316512702332556100
Binary1111001100111111100111010100110111010011110101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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