Shades of Polo Blue #799BCB
Tints of Polo Blue #799BCB
RGB
CMYK
RGB Variations
Color information
#799BCB (or 0x799BCB) is known color: Polo Blue. HEX triplet: 79, 9B and CB. RGB value is (121,155,203). Sum of RGB (Red+Green+Blue) = 121+155+203=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #799BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BCB is #866434. Grayscale: #969696. Windows color (decimal): -8807477 or 13343609. OLE color: 13343609.
HSL color Cylindrical-coordinate representation of color #799BCB: hue angle of 215.12º 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 #799BCB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 155 | 203 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.20 |
| HSL | 215.12º | 0.44% | 0.64% | - |
| HSV(B) | 215.12º | 0.4% | 0.8% | - |
| XYZ | 30.39 | 31.82 | 61.04 | - |
| YUV | 150.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 203 | 0.40 | 0.24 | 0 | 0.20 | 215.12 | 0.44 | 0.64 |
| Hex | 79 | 9B | CB | 28 | 18 | 0 | 14 | D7 | 2C | 40 |
| Octal | 171 | 233 | 313 | 50 | 30 | 0 | 24 | 327 | 54 | 100 |
| Binary | 1111001 | 10011011 | 11001011 | 101000 | 11000 | 0 | 10100 | 11010111 | 101100 | 1000000 |
Color Harmonies of #799BCB
Complementary color
Monochromatic Colors of #799BCB
Black with #799BCB
Text Example
Text Example
White with #799BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BCB; }
p { color: rgb(121,155,203); }
H1.HeaderClassName
{
color: #799BCB;
}
.AnyTagClassName
{
color: #799BCB;
}
</style>
background-color css
<style>
a { background-color: #799BCB; }
a { background-color: rgb(121,155,203); }
div.DivClassName
{
background-color: #799BCB;
}
.BgClassName
{
background-color: #799BCB;
}
</style>
border-color css
<style>
span { border-color: #799BCB; }
span { border-color: rgb(121,155,203); }
td.TdClassName
{
border-color: #799BCB;
}
.TagClassName
{
border-color: #799BCB;
}
</style>