Shades of Polo Blue #799ACB
Tints of Polo Blue #799ACB
RGB
CMYK
RGB Variations
Color information
#799ACB (or 0x799ACB) is known color: Polo Blue. HEX triplet: 79, 9A and CB. RGB value is (121,154,203). Sum of RGB (Red+Green+Blue) = 121+154+203=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #799ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ACB is #866534. Grayscale: #959595. Windows color (decimal): -8807733 or 13343353. OLE color: 13343353.
HSL color Cylindrical-coordinate representation of color #799ACB: hue angle of 215.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #799ACB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 154 | 203 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.20 |
| HSL | 215.85º | 0.44% | 0.64% | - |
| HSV(B) | 215.85º | 0.4% | 0.8% | - |
| XYZ | 30.22 | 31.49 | 60.98 | - |
| YUV | 149.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 203 | 0.40 | 0.24 | 0 | 0.20 | 215.85 | 0.44 | 0.64 |
| Hex | 79 | 9A | CB | 28 | 18 | 0 | 14 | D8 | 2C | 40 |
| Octal | 171 | 232 | 313 | 50 | 30 | 0 | 24 | 330 | 54 | 100 |
| Binary | 1111001 | 10011010 | 11001011 | 101000 | 11000 | 0 | 10100 | 11011000 | 101100 | 1000000 |
Color Harmonies of #799ACB
Complementary color
Monochromatic Colors of #799ACB
Black with #799ACB
Text Example
Text Example
White with #799ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ACB; }
p { color: rgb(121,154,203); }
H1.HeaderClassName
{
color: #799ACB;
}
.AnyTagClassName
{
color: #799ACB;
}
</style>
background-color css
<style>
a { background-color: #799ACB; }
a { background-color: rgb(121,154,203); }
div.DivClassName
{
background-color: #799ACB;
}
.BgClassName
{
background-color: #799ACB;
}
</style>
border-color css
<style>
span { border-color: #799ACB; }
span { border-color: rgb(121,154,203); }
td.TdClassName
{
border-color: #799ACB;
}
.TagClassName
{
border-color: #799ACB;
}
</style>