Shades of Polo Blue #7B9DCB
Tints of Polo Blue #7B9DCB
RGB
CMYK
RGB Variations
Color information
#7B9DCB (or 0x7B9DCB) is known color: Polo Blue. HEX triplet: 7B, 9D and CB. RGB value is (123,157,203). Sum of RGB (Red+Green+Blue) = 123+157+203=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B9DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DCB is #846234. Grayscale: #979797. Windows color (decimal): -8675893 or 13344123. OLE color: 13344123.
HSL color Cylindrical-coordinate representation of color #7B9DCB: hue angle of 214.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B9DCB is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 157 | 203 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.20 |
| HSL | 214.5º | 0.43% | 0.64% | - |
| HSV(B) | 214.5º | 0.39% | 0.8% | - |
| XYZ | 31 | 32.64 | 61.17 | - |
| YUV | 152.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 203 | 0.39 | 0.23 | 0 | 0.20 | 214.5 | 0.43 | 0.64 |
| Hex | 7B | 9D | CB | 27 | 17 | 0 | 14 | D6 | 2B | 40 |
| Octal | 173 | 235 | 313 | 47 | 27 | 0 | 24 | 326 | 53 | 100 |
| Binary | 1111011 | 10011101 | 11001011 | 100111 | 10111 | 0 | 10100 | 11010110 | 101011 | 1000000 |
Color Harmonies of #7B9DCB
Complementary color
Monochromatic Colors of #7B9DCB
Black with #7B9DCB
Text Example
Text Example
White with #7B9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9DCB; }
p { color: rgb(123,157,203); }
H1.HeaderClassName
{
color: #7B9DCB;
}
.AnyTagClassName
{
color: #7B9DCB;
}
</style>
background-color css
<style>
a { background-color: #7B9DCB; }
a { background-color: rgb(123,157,203); }
div.DivClassName
{
background-color: #7B9DCB;
}
.BgClassName
{
background-color: #7B9DCB;
}
</style>
border-color css
<style>
span { border-color: #7B9DCB; }
span { border-color: rgb(123,157,203); }
td.TdClassName
{
border-color: #7B9DCB;
}
.TagClassName
{
border-color: #7B9DCB;
}
</style>