Shades of Polo Blue #7999C1
Tints of Polo Blue #7999C1
RGB
CMYK
RGB Variations
Color information
#7999C1 (or 0x7999C1) is known color: Polo Blue. HEX triplet: 79, 99 and C1. RGB value is (121,153,193). Sum of RGB (Red+Green+Blue) = 121+153+193=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #7999C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999C1 is #86663E. Grayscale: #939393. Windows color (decimal): -8807999 or 12687737. OLE color: 12687737.
HSL color Cylindrical-coordinate representation of color #7999C1: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7999C1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 153 | 193 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.24 |
| HSL | 213.33º | 0.37% | 0.62% | - |
| HSV(B) | 213.33º | 0.37% | 0.76% | - |
| XYZ | 28.9 | 30.7 | 54.85 | - |
| YUV | 147.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 153 | 193 | 0.37 | 0.21 | 0 | 0.24 | 213.33 | 0.37 | 0.62 |
| Hex | 79 | 99 | C1 | 25 | 15 | 0 | 18 | D5 | 25 | 3E |
| Octal | 171 | 231 | 301 | 45 | 25 | 0 | 30 | 325 | 45 | 76 |
| Binary | 1111001 | 10011001 | 11000001 | 100101 | 10101 | 0 | 11000 | 11010101 | 100101 | 111110 |
Color Harmonies of #7999C1
Complementary color
Monochromatic Colors of #7999C1
Black with #7999C1
Text Example
Text Example
White with #7999C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7999C1; }
p { color: rgb(121,153,193); }
H1.HeaderClassName
{
color: #7999C1;
}
.AnyTagClassName
{
color: #7999C1;
}
</style>
background-color css
<style>
a { background-color: #7999C1; }
a { background-color: rgb(121,153,193); }
div.DivClassName
{
background-color: #7999C1;
}
.BgClassName
{
background-color: #7999C1;
}
</style>
border-color css
<style>
span { border-color: #7999C1; }
span { border-color: rgb(121,153,193); }
td.TdClassName
{
border-color: #7999C1;
}
.TagClassName
{
border-color: #7999C1;
}
</style>