#799CC8

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

Shades of Polo Blue #799CC8

Tints of Polo Blue #799CC8

Color information

#799CC8 (or 0x799CC8) is unknown color: approx Polo Blue. HEX triplet: 79, 9C and C8. RGB value is (121,156,200). Sum of RGB (Red+Green+Blue) = 121+156+200=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #799CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC8 is #866337. Grayscale: #969696. Windows color (decimal): -8807224 or 13147257. OLE color: 13147257.

HSL color Cylindrical-coordinate representation of color #799CC8: hue angle of 213.42º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #799CC8 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB121156200-
CMYK0.390.2200.22
HSL213.42º41.8%62.94%-
HSV(B)213.42º39.5%78.43%-
XYZ30.232.0159.23-
YUV150.55155.9106.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.37%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=25.37%
G=32.70%
B=41.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1211562000.390.2200.22213.4241.862.94
Hex799CC82716016d52a3f
Octal17123431047260263255277
Binary111100110011100110010001001111011001011011010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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