#799FBF

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

Shades of Polo Blue #799FBF

Tints of Polo Blue #799FBF

Color information

#799FBF (or 0x799FBF) is unknown color: approx Polo Blue. HEX triplet: 79, 9F and BF. RGB value is (121,159,191). Sum of RGB (Red+Green+Blue) = 121+159+191=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #799FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FBF is #866040. Grayscale: #979797. Windows color (decimal): -8806465 or 12558201. OLE color: 12558201.

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

Color convert

RGB121159191-
CMYK0.370.1700.25
HSL207.43º35.35%61.18%-
HSV(B)207.43º36.65%74.9%-
XYZ29.6932.6254.02-
YUV151.29150.41106.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 191 (75% from 255) = 40.55%
R=25.69%
G=33.76%
B=40.55%

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
Decimal1211591910.370.1700.25207.4335.3561.18
Hex799FBF2511019cf233d
Octal17123727745210313174375
Binary111100110011111101111111001011000101100111001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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