#799CC0

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

Shades of Polo Blue #799CC0

Tints of Polo Blue #799CC0

Color information

#799CC0 (or 0x799CC0) is unknown color: approx Polo Blue. HEX triplet: 79, 9C and C0. RGB value is (121,156,192). Sum of RGB (Red+Green+Blue) = 121+156+192=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #799CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC0 is #86633F. Grayscale: #959595. Windows color (decimal): -8807232 or 12622969. OLE color: 12622969.

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

Color convert

RGB121156192-
CMYK0.370.1900.25
HSL210.42º36.04%61.37%-
HSV(B)210.42º36.98%75.29%-
XYZ29.2931.6554.43-
YUV149.64151.9107.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=25.80%
G=33.26%
B=40.94%

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
Decimal1211561920.370.1900.25210.4236.0461.37
Hex799CC02513019d2243d
Octal17123430045230313224475
Binary111100110011100110000001001011001101100111010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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