#799AC0

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

Shades of Polo Blue #799AC0

Tints of Polo Blue #799AC0

Color information

#799AC0 (or 0x799AC0) is unknown color: approx Polo Blue. HEX triplet: 79, 9A and C0. RGB value is (121,154,192). Sum of RGB (Red+Green+Blue) = 121+154+192=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #799AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AC0 is #86653F. Grayscale: #949494. Windows color (decimal): -8807744 or 12622457. OLE color: 12622457.

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

Color convert

RGB121154192-
CMYK0.370.2000.25
HSL212.11º36.04%61.37%-
HSV(B)212.11º36.98%75.29%-
XYZ28.9630.9854.32-
YUV148.46152.57108.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=25.91%
G=32.98%
B=41.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211541920.370.2000.25212.1136.0461.37
Hex799AC02514019d4243d
Octal17123230045240313244475
Binary111100110011010110000001001011010001100111010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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