#799FBE

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

Shades of Polo Blue #799FBE

Tints of Polo Blue #799FBE

Color information

#799FBE (or 0x799FBE) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and BE. RGB value is (121,159,190). Sum of RGB (Red+Green+Blue) = 121+159+190=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #799FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FBE is #866041. Grayscale: #979797. Windows color (decimal): -8806466 or 12492665. OLE color: 12492665.

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

Color convert

RGB121159190-
CMYK0.360.1600.25
HSL206.96º34.67%60.98%-
HSV(B)206.96º36.32%74.51%-
XYZ29.5832.5853.44-
YUV151.17149.91106.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.74%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=25.74%
G=33.83%
B=40.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211591900.360.1600.25206.9634.6760.98
Hex799FBE2410019cf233d
Octal17123727644200313174375
Binary111100110011111101111101001001000001100111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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