#799CBE

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

Shades of Polo Blue #799CBE

Tints of Polo Blue #799CBE

Color information

#799CBE (or 0x799CBE) is unknown color: approx Polo Blue. HEX triplet: 79, 9C and BE. RGB value is (121,156,190). Sum of RGB (Red+Green+Blue) = 121+156+190=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #799CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CBE is #866341. Grayscale: #959595. Windows color (decimal): -8807234 or 12491897. OLE color: 12491897.

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

Color convert

RGB121156190-
CMYK0.360.1800.25
HSL209.57º34.67%60.98%-
HSV(B)209.57º36.32%74.51%-
XYZ29.0731.5653.27-
YUV149.41150.9107.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=25.91%
G=33.40%
B=40.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211561900.360.1800.25209.5734.6760.98
Hex799CBE2412019d2233d
Octal17123427644220313224375
Binary111100110011100101111101001001001001100111010010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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