#799EBF

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

Shades of Polo Blue #799EBF

Tints of Polo Blue #799EBF

Color information

#799EBF (or 0x799EBF) is unknown color: approx Polo Blue. HEX triplet: 79, 9E and BF. RGB value is (121,158,191). Sum of RGB (Red+Green+Blue) = 121+158+191=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #799EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EBF is #866140. Grayscale: #969696. Windows color (decimal): -8806721 or 12557945. OLE color: 12557945.

HSL color Cylindrical-coordinate representation of color #799EBF: hue angle of 208.29º 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 #799EBF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121158191-
CMYK0.370.1700.25
HSL208.29º35.35%61.18%-
HSV(B)208.29º36.65%74.9%-
XYZ29.5232.2853.97-
YUV150.7150.74106.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.74%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 191 (75% from 255) = 40.64%
R=25.74%
G=33.62%
B=40.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211581910.370.1700.25208.2935.3561.18
Hex799EBF2511019d0233d
Octal17123627745210313204375
Binary111100110011110101111111001011000101100111010000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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