#799ECA

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

Shades of Polo Blue #799ECA

Tints of Polo Blue #799ECA

Color information

#799ECA (or 0x799ECA) is unknown color: approx Polo Blue. HEX triplet: 79, 9E and CA. RGB value is (121,158,202). Sum of RGB (Red+Green+Blue) = 121+158+202=481 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.16% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #799ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECA is #866135. Grayscale: #979797. Windows color (decimal): -8806710 or 13278841. OLE color: 13278841.

HSL color Cylindrical-coordinate representation of color #799ECA: hue angle of 212.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #799ECA is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121158202-
CMYK0.400.2200.21
HSL212.59º43.32%63.33%-
HSV(B)212.59º40.1%79.22%-
XYZ30.7732.7860.58-
YUV151.95156.24105.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.16%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=25.16%
G=32.85%
B=42.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211582020.400.2200.21212.5943.3263.33
Hex799ECA2816015d52b3f
Octal17123631250260253255377
Binary111100110011110110010101010001011001010111010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,158,202); }

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

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

 a { background-color: rgb(121,158,202); }

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

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

 span { border-color: rgb(121,158,202); }

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