Shades of Polo Blue #7899CB
Tints of Polo Blue #7899CB
RGB
CMYK
RGB Variations
Color information
#7899CB (or 0x7899CB) is known color: Polo Blue. HEX triplet: 78, 99 and CB. RGB value is (120,153,203). Sum of RGB (Red+Green+Blue) = 120+153+203=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #7899CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899CB is #876634. Grayscale: #949494. Windows color (decimal): -8873525 or 13343096. OLE color: 13343096.
HSL color Cylindrical-coordinate representation of color #7899CB: hue angle of 216.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7899CB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 153 | 203 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.20 |
| HSL | 216.14º | 0.44% | 0.63% | - |
| HSV(B) | 216.14º | 0.41% | 0.8% | - |
| XYZ | 29.92 | 31.09 | 60.92 | - |
| YUV | 148.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 203 | 0.41 | 0.25 | 0 | 0.20 | 216.14 | 0.44 | 0.63 |
| Hex | 78 | 99 | CB | 29 | 19 | 0 | 14 | D8 | 2C | 3F |
| Octal | 170 | 231 | 313 | 51 | 31 | 0 | 24 | 330 | 54 | 77 |
| Binary | 1111000 | 10011001 | 11001011 | 101001 | 11001 | 0 | 10100 | 11011000 | 101100 | 111111 |
Color Harmonies of #7899CB
Complementary color
Monochromatic Colors of #7899CB
Black with #7899CB
Text Example
Text Example
White with #7899CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899CB; }
p { color: rgb(120,153,203); }
H1.HeaderClassName
{
color: #7899CB;
}
.AnyTagClassName
{
color: #7899CB;
}
</style>
background-color css
<style>
a { background-color: #7899CB; }
a { background-color: rgb(120,153,203); }
div.DivClassName
{
background-color: #7899CB;
}
.BgClassName
{
background-color: #7899CB;
}
</style>
border-color css
<style>
span { border-color: #7899CB; }
span { border-color: rgb(120,153,203); }
td.TdClassName
{
border-color: #7899CB;
}
.TagClassName
{
border-color: #7899CB;
}
</style>