#799ECC

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

Shades of Polo Blue #799ECC

Tints of Polo Blue #799ECC

Color information

#799ECC (or 0x799ECC) is unknown color: approx Polo Blue. HEX triplet: 79, 9E and CC. RGB value is (121,158,204). Sum of RGB (Red+Green+Blue) = 121+158+204=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #799ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECC is #866133. Grayscale: #979797. Windows color (decimal): -8806708 or 13409913. OLE color: 13409913.

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

Color convert

RGB121158204-
CMYK0.410.2300.2
HSL213.25º44.86%63.73%-
HSV(B)213.25º40.69%80%-
XYZ31.0132.8861.84-
YUV152.18157.24105.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 158 (62.11% from 255) = 32.71%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=25.05%
G=32.71%
B=42.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211582040.410.2300.2213.2544.8663.73
Hex799ECC2917014d52d40
Octal171236314512702432555100
Binary1111001100111101100110010100110111010100110101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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