#799FC2

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

Shades of Polo Blue #799FC2

Tints of Polo Blue #799FC2

Color information

#799FC2 (or 0x799FC2) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and C2. RGB value is (121,159,194). Sum of RGB (Red+Green+Blue) = 121+159+194=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #799FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FC2 is #86603D. Grayscale: #979797. Windows color (decimal): -8806462 or 12754809. OLE color: 12754809.

HSL color Cylindrical-coordinate representation of color #799FC2: hue angle of 208.77º 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 #799FC2 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121159194-
CMYK0.380.1800.24
HSL208.77º37.44%61.76%-
HSV(B)208.77º37.63%76.08%-
XYZ30.0232.7655.78-
YUV151.63151.91106.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 194 (76.17% from 255) = 40.93%
R=25.53%
G=33.54%
B=40.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211591940.380.1800.24208.7737.4461.76
Hex799FC22612018d1253e
Octal17123730246220303214576
Binary111100110011111110000101001101001001100011010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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