#799FCF

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

Shades of Polo Blue #799FCF

Tints of Polo Blue #799FCF

Color information

#799FCF (or 0x799FCF) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and CF. RGB value is (121,159,207). Sum of RGB (Red+Green+Blue) = 121+159+207=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #799FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FCF is #866030. Grayscale: #989898. Windows color (decimal): -8806449 or 13606777. OLE color: 13606777.

HSL color Cylindrical-coordinate representation of color #799FCF: hue angle of 213.49º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799FCF is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121159207-
CMYK0.420.2300.19
HSL213.49º47.25%64.31%-
HSV(B)213.49º41.55%81.18%-
XYZ31.5533.3763.81-
YUV153.11158.41105.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.85%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=24.85%
G=32.65%
B=42.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211592070.420.2300.19213.4947.2564.31
Hex799FCF2A17013d52f40
Octal171237317522702332557100
Binary1111001100111111100111110101010111010011110101011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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