#799FC6

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

Shades of Polo Blue #799FC6

Tints of Polo Blue #799FC6

Color information

#799FC6 (or 0x799FC6) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and C6. RGB value is (121,159,198). Sum of RGB (Red+Green+Blue) = 121+159+198=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #799FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FC6 is #866039. Grayscale: #979797. Windows color (decimal): -8806458 or 13016953. OLE color: 13016953.

HSL color Cylindrical-coordinate representation of color #799FC6: hue angle of 210.39º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #799FC6 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB121159198-
CMYK0.390.2000.22
HSL210.39º40.31%62.55%-
HSV(B)210.39º38.89%77.65%-
XYZ30.4832.9458.18-
YUV152.08153.91105.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.31%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=25.31%
G=33.26%
B=41.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1211591980.390.2000.22210.3940.3162.55
Hex799FC62714016d2283f
Octal17123730647240263225077
Binary111100110011111110001101001111010001011011010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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