#799DBF

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

Shades of Polo Blue #799DBF

Tints of Polo Blue #799DBF

Color information

#799DBF (or 0x799DBF) is unknown color: approx Polo Blue. HEX triplet: 79, 9D and BF. RGB value is (121,157,191). Sum of RGB (Red+Green+Blue) = 121+157+191=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #799DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DBF is #866240. Grayscale: #959595. Windows color (decimal): -8806977 or 12557689. OLE color: 12557689.

HSL color Cylindrical-coordinate representation of color #799DBF: hue angle of 209.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799DBF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121157191-
CMYK0.370.1800.25
HSL209.14º35.35%61.18%-
HSV(B)209.14º36.65%74.9%-
XYZ29.3531.9453.91-
YUV150.11151.07107.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 191 (75% from 255) = 40.72%
R=25.80%
G=33.48%
B=40.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211571910.370.1800.25209.1435.3561.18
Hex799DBF2512019d1233d
Octal17123527745220313214375
Binary111100110011101101111111001011001001100111010001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,157,191); }

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

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

 a { background-color: rgb(121,157,191); }

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

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

 span { border-color: rgb(121,157,191); }

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