#799BD0

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

Shades of Polo Blue #799BD0

Tints of Polo Blue #799BD0

Color information

#799BD0 (or 0x799BD0) is unknown color: approx Polo Blue. HEX triplet: 79, 9B and D0. RGB value is (121,155,208). Sum of RGB (Red+Green+Blue) = 121+155+208=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #799BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BD0 is #86642F. Grayscale: #969696. Windows color (decimal): -8807472 or 13671289. OLE color: 13671289.

HSL color Cylindrical-coordinate representation of color #799BD0: hue angle of 216.55º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799BD0 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121155208-
CMYK0.420.2500.18
HSL216.55º48.07%64.51%-
HSV(B)216.55º41.83%81.57%-
XYZ30.9932.0664.23-
YUV150.88160.24106.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=25%
G=32.02%
B=42.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211552080.420.2500.18216.5548.0764.51
Hex799BD02A19012d93041
Octal171233320523102233160101
Binary1111001100110111101000010101011001010010110110011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,155,208); }

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

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

 a { background-color: rgb(121,155,208); }

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

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

 span { border-color: rgb(121,155,208); }

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