#799EC2

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

Shades of Polo Blue #799EC2

Tints of Polo Blue #799EC2

Color information

#799EC2 (or 0x799EC2) is unknown color: approx Polo Blue. HEX triplet: 79, 9E and C2. RGB value is (121,158,194). Sum of RGB (Red+Green+Blue) = 121+158+194=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #799EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EC2 is #86613D. Grayscale: #969696. Windows color (decimal): -8806718 or 12754553. OLE color: 12754553.

HSL color Cylindrical-coordinate representation of color #799EC2: hue angle of 209.59º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799EC2 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121158194-
CMYK0.380.1900.24
HSL209.59º37.44%61.76%-
HSV(B)209.59º37.63%76.08%-
XYZ29.8532.4155.72-
YUV151.04152.24106.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 194 (76.17% from 255) = 41.01%
R=25.58%
G=33.40%
B=41.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211581940.380.1900.24209.5937.4461.76
Hex799EC22613018d2253e
Octal17123630246230303224576
Binary111100110011110110000101001101001101100011010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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