#799ABF

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

Shades of Polo Blue #799ABF

Tints of Polo Blue #799ABF

Color information

#799ABF (or 0x799ABF) is unknown color: approx Polo Blue. HEX triplet: 79, 9A and BF. RGB value is (121,154,191). Sum of RGB (Red+Green+Blue) = 121+154+191=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #799ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABF is #866540. Grayscale: #949494. Windows color (decimal): -8807745 or 12556921. OLE color: 12556921.

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

Color convert

RGB121154191-
CMYK0.370.1900.25
HSL211.71º35.35%61.18%-
HSV(B)211.71º36.65%74.9%-
XYZ28.8430.9453.74-
YUV148.35152.07108.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.97%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 191 (75% from 255) = 40.99%
R=25.97%
G=33.05%
B=40.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211541910.370.1900.25211.7135.3561.18
Hex799ABF2513019d4233d
Octal17123227745230313244375
Binary111100110011010101111111001011001101100111010100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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