Shades of Polo Blue #7B9FCE
Tints of Polo Blue #7B9FCE
RGB
CMYK
RGB Variations
Color information
#7B9FCE (or 0x7B9FCE) is known color: Polo Blue. HEX triplet: 7B, 9F and CE. RGB value is (123,159,206). Sum of RGB (Red+Green+Blue) = 123+159+206=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B9FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9FCE is #846031. Grayscale: #999999. Windows color (decimal): -8675378 or 13541243. OLE color: 13541243.
HSL color Cylindrical-coordinate representation of color #7B9FCE: hue angle of 213.98º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B9FCE is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 159 | 206 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.19 |
| HSL | 213.98º | 0.46% | 0.65% | - |
| HSV(B) | 213.98º | 0.4% | 0.81% | - |
| XYZ | 31.71 | 33.46 | 63.18 | - |
| YUV | 153.59 | 157.57 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 159 | 206 | 0.40 | 0.23 | 0 | 0.19 | 213.98 | 0.46 | 0.65 |
| Hex | 7B | 9F | CE | 28 | 17 | 0 | 13 | D6 | 2E | 41 |
| Octal | 173 | 237 | 316 | 50 | 27 | 0 | 23 | 326 | 56 | 101 |
| Binary | 1111011 | 10011111 | 11001110 | 101000 | 10111 | 0 | 10011 | 11010110 | 101110 | 1000001 |
Color Harmonies of #7B9FCE
Complementary color
Monochromatic Colors of #7B9FCE
Black with #7B9FCE
Text Example
Text Example
White with #7B9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9FCE; }
p { color: rgb(123,159,206); }
H1.HeaderClassName
{
color: #7B9FCE;
}
.AnyTagClassName
{
color: #7B9FCE;
}
</style>
background-color css
<style>
a { background-color: #7B9FCE; }
a { background-color: rgb(123,159,206); }
div.DivClassName
{
background-color: #7B9FCE;
}
.BgClassName
{
background-color: #7B9FCE;
}
</style>
border-color css
<style>
span { border-color: #7B9FCE; }
span { border-color: rgb(123,159,206); }
td.TdClassName
{
border-color: #7B9FCE;
}
.TagClassName
{
border-color: #7B9FCE;
}
</style>