#799FCD

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

Shades of Polo Blue #799FCD

Tints of Polo Blue #799FCD

Color information

#799FCD (or 0x799FCD) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and CD. RGB value is (121,159,205). Sum of RGB (Red+Green+Blue) = 121+159+205=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #799FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FCD is #866032. Grayscale: #989898. Windows color (decimal): -8806451 or 13475705. OLE color: 13475705.

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

Color convert

RGB121159205-
CMYK0.410.2200.20
HSL212.86º45.65%63.92%-
HSV(B)212.86º40.98%80.39%-
XYZ31.333.2762.53-
YUV152.88157.41105.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=24.95%
G=32.78%
B=42.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211592050.410.2200.20212.8645.6563.92
Hex799FCD2916014d52e40
Octal171237315512602432556100
Binary1111001100111111100110110100110110010100110101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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