#799ECD

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

Shades of Polo Blue #799ECD

Tints of Polo Blue #799ECD

Color information

#799ECD (or 0x799ECD) is unknown color: approx Polo Blue. HEX triplet: 79, 9E and CD. RGB value is (121,158,205). Sum of RGB (Red+Green+Blue) = 121+158+205=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #799ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECD is #866132. Grayscale: #989898. Windows color (decimal): -8806707 or 13475449. OLE color: 13475449.

HSL color Cylindrical-coordinate representation of color #799ECD: hue angle of 213.57º degrees, saturation: 0.46, 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 #799ECD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121158205-
CMYK0.410.2300.20
HSL213.57º45.65%63.92%-
HSV(B)213.57º40.98%80.39%-
XYZ31.1332.9362.47-
YUV152.3157.74105.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=25%
G=32.64%
B=42.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211582050.410.2300.20213.5745.6563.92
Hex799ECD2917014d62e40
Octal171236315512702432656100
Binary1111001100111101100110110100110111010100110101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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