Shades of Polo Blue #7B99CD
Tints of Polo Blue #7B99CD
RGB
CMYK
RGB Variations
Color information
#7B99CD (or 0x7B99CD) is known color: Polo Blue. HEX triplet: 7B, 99 and CD. RGB value is (123,153,205). Sum of RGB (Red+Green+Blue) = 123+153+205=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B99CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B99CD is #846632. Grayscale: #959595. Windows color (decimal): -8676915 or 13474171. OLE color: 13474171.
HSL color Cylindrical-coordinate representation of color #7B99CD: hue angle of 218.05º degrees, saturation: 0.45, 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 #7B99CD is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 153 | 205 | - |
| CMYK | 0.4 | 0.25 | 0 | 0.20 |
| HSL | 218.05º | 0.45% | 0.64% | - |
| HSV(B) | 218.05º | 0.4% | 0.8% | - |
| XYZ | 30.58 | 31.4 | 62.21 | - |
| YUV | 149.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 205 | 0.4 | 0.25 | 0 | 0.20 | 218.05 | 0.45 | 0.64 |
| Hex | 7B | 99 | CD | 28 | 19 | 0 | 14 | DA | 2D | 40 |
| Octal | 173 | 231 | 315 | 50 | 31 | 0 | 24 | 332 | 55 | 100 |
| Binary | 1111011 | 10011001 | 11001101 | 101000 | 11001 | 0 | 10100 | 11011010 | 101101 | 1000000 |
Color Harmonies of #7B99CD
Complementary color
Monochromatic Colors of #7B99CD
Black with #7B99CD
Text Example
Text Example
White with #7B99CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B99CD; }
p { color: rgb(123,153,205); }
H1.HeaderClassName
{
color: #7B99CD;
}
.AnyTagClassName
{
color: #7B99CD;
}
</style>
background-color css
<style>
a { background-color: #7B99CD; }
a { background-color: rgb(123,153,205); }
div.DivClassName
{
background-color: #7B99CD;
}
.BgClassName
{
background-color: #7B99CD;
}
</style>
border-color css
<style>
span { border-color: #7B99CD; }
span { border-color: rgb(123,153,205); }
td.TdClassName
{
border-color: #7B99CD;
}
.TagClassName
{
border-color: #7B99CD;
}
</style>