Shades of Polo Blue #7B9CCC
Tints of Polo Blue #7B9CCC
RGB
CMYK
RGB Variations
Color information
#7B9CCC (or 0x7B9CCC) is known color: Polo Blue. HEX triplet: 7B, 9C and CC. RGB value is (123,156,204). Sum of RGB (Red+Green+Blue) = 123+156+204=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9CCC is #846333. Grayscale: #979797. Windows color (decimal): -8676148 or 13409403. OLE color: 13409403.
HSL color Cylindrical-coordinate representation of color #7B9CCC: hue angle of 215.56º 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 #7B9CCC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 156 | 204 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.2 |
| HSL | 215.56º | 0.44% | 0.64% | - |
| HSV(B) | 215.56º | 0.4% | 0.8% | - |
| XYZ | 30.96 | 32.35 | 61.74 | - |
| YUV | 151.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 204 | 0.40 | 0.24 | 0 | 0.2 | 215.56 | 0.44 | 0.64 |
| Hex | 7B | 9C | CC | 28 | 18 | 0 | 14 | D8 | 2C | 40 |
| Octal | 173 | 234 | 314 | 50 | 30 | 0 | 24 | 330 | 54 | 100 |
| Binary | 1111011 | 10011100 | 11001100 | 101000 | 11000 | 0 | 10100 | 11011000 | 101100 | 1000000 |
Color Harmonies of #7B9CCC
Complementary color
Monochromatic Colors of #7B9CCC
Black with #7B9CCC
Text Example
Text Example
White with #7B9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CCC; }
p { color: rgb(123,156,204); }
H1.HeaderClassName
{
color: #7B9CCC;
}
.AnyTagClassName
{
color: #7B9CCC;
}
</style>
background-color css
<style>
a { background-color: #7B9CCC; }
a { background-color: rgb(123,156,204); }
div.DivClassName
{
background-color: #7B9CCC;
}
.BgClassName
{
background-color: #7B9CCC;
}
</style>
border-color css
<style>
span { border-color: #7B9CCC; }
span { border-color: rgb(123,156,204); }
td.TdClassName
{
border-color: #7B9CCC;
}
.TagClassName
{
border-color: #7B9CCC;
}
</style>