Shades of Polo Blue #7B9ABE
Tints of Polo Blue #7B9ABE
RGB
CMYK
RGB Variations
Color information
#7B9ABE (or 0x7B9ABE) is known color: Polo Blue. HEX triplet: 7B, 9A and BE. RGB value is (123,154,190). Sum of RGB (Red+Green+Blue) = 123+154+190=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B9ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ABE is #846541. Grayscale: #949494. Windows color (decimal): -8676674 or 12491387. OLE color: 12491387.
HSL color Cylindrical-coordinate representation of color #7B9ABE: hue angle of 212.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B9ABE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 154 | 190 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.25 |
| HSL | 212.24º | 0.34% | 0.61% | - |
| HSV(B) | 212.24º | 0.35% | 0.75% | - |
| XYZ | 29.02 | 31.04 | 53.18 | - |
| YUV | 148.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 154 | 190 | 0.35 | 0.19 | 0 | 0.25 | 212.24 | 0.34 | 0.61 |
| Hex | 7B | 9A | BE | 23 | 13 | 0 | 19 | D4 | 22 | 3D |
| Octal | 173 | 232 | 276 | 43 | 23 | 0 | 31 | 324 | 42 | 75 |
| Binary | 1111011 | 10011010 | 10111110 | 100011 | 10011 | 0 | 11001 | 11010100 | 100010 | 111101 |
Color Harmonies of #7B9ABE
Complementary color
Monochromatic Colors of #7B9ABE
Black with #7B9ABE
Text Example
Text Example
White with #7B9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9ABE; }
p { color: rgb(123,154,190); }
H1.HeaderClassName
{
color: #7B9ABE;
}
.AnyTagClassName
{
color: #7B9ABE;
}
</style>
background-color css
<style>
a { background-color: #7B9ABE; }
a { background-color: rgb(123,154,190); }
div.DivClassName
{
background-color: #7B9ABE;
}
.BgClassName
{
background-color: #7B9ABE;
}
</style>
border-color css
<style>
span { border-color: #7B9ABE; }
span { border-color: rgb(123,154,190); }
td.TdClassName
{
border-color: #7B9ABE;
}
.TagClassName
{
border-color: #7B9ABE;
}
</style>