Shades of Rock Blue #8B9ABA
Tints of Rock Blue #8B9ABA
RGB
CMYK
RGB Variations
Color information
#8B9ABA (or 0x8B9ABA) is known color: Rock Blue. HEX triplet: 8B, 9A and BA. RGB value is (139,154,186). Sum of RGB (Red+Green+Blue) = 139+154+186=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ABA is #746545. Grayscale: #999999. Windows color (decimal): -7628102 or 12229259. OLE color: 12229259.
HSL color Cylindrical-coordinate representation of color #8B9ABA: hue angle of 220.85º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B9ABA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 154 | 186 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.27 |
| HSL | 220.85º | 0.25% | 0.64% | - |
| HSV(B) | 220.85º | 0.25% | 0.73% | - |
| XYZ | 31.07 | 32.15 | 51.02 | - |
| YUV | 153.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 186 | 0.25 | 0.17 | 0 | 0.27 | 220.85 | 0.25 | 0.64 |
| Hex | 8B | 9A | BA | 19 | 11 | 0 | 1B | DD | 19 | 40 |
| Octal | 213 | 232 | 272 | 31 | 21 | 0 | 33 | 335 | 31 | 100 |
| Binary | 10001011 | 10011010 | 10111010 | 11001 | 10001 | 0 | 11011 | 11011101 | 11001 | 1000000 |
Color Harmonies of #8B9ABA
Complementary color
Monochromatic Colors of #8B9ABA
Black with #8B9ABA
Text Example
Text Example
White with #8B9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9ABA; }
p { color: rgb(139,154,186); }
H1.HeaderClassName
{
color: #8B9ABA;
}
.AnyTagClassName
{
color: #8B9ABA;
}
</style>
background-color css
<style>
a { background-color: #8B9ABA; }
a { background-color: rgb(139,154,186); }
div.DivClassName
{
background-color: #8B9ABA;
}
.BgClassName
{
background-color: #8B9ABA;
}
</style>
border-color css
<style>
span { border-color: #8B9ABA; }
span { border-color: rgb(139,154,186); }
td.TdClassName
{
border-color: #8B9ABA;
}
.TagClassName
{
border-color: #8B9ABA;
}
</style>