Shades of Rock Blue #8B9ABE
Tints of Rock Blue #8B9ABE
RGB
CMYK
RGB Variations
Color information
#8B9ABE (or 0x8B9ABE) is known color: Rock Blue. HEX triplet: 8B, 9A and BE. RGB value is (139,154,190). Sum of RGB (Red+Green+Blue) = 139+154+190=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ABE is #746541. Grayscale: #999999. Windows color (decimal): -7628098 or 12491403. OLE color: 12491403.
HSL color Cylindrical-coordinate representation of color #8B9ABE: hue angle of 222.35º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B9ABE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 154 | 190 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.25 |
| HSL | 222.35º | 0.28% | 0.65% | - |
| HSV(B) | 222.35º | 0.27% | 0.75% | - |
| XYZ | 31.5 | 32.32 | 53.29 | - |
| YUV | 153.62 | 148.53 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 190 | 0.27 | 0.19 | 0 | 0.25 | 222.35 | 0.28 | 0.65 |
| Hex | 8B | 9A | BE | 1B | 13 | 0 | 19 | DE | 1C | 41 |
| Octal | 213 | 232 | 276 | 33 | 23 | 0 | 31 | 336 | 34 | 101 |
| Binary | 10001011 | 10011010 | 10111110 | 11011 | 10011 | 0 | 11001 | 11011110 | 11100 | 1000001 |
Color Harmonies of #8B9ABE
Complementary color
Monochromatic Colors of #8B9ABE
Black with #8B9ABE
Text Example
Text Example
White with #8B9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9ABE; }
p { color: rgb(139,154,190); }
H1.HeaderClassName
{
color: #8B9ABE;
}
.AnyTagClassName
{
color: #8B9ABE;
}
</style>
background-color css
<style>
a { background-color: #8B9ABE; }
a { background-color: rgb(139,154,190); }
div.DivClassName
{
background-color: #8B9ABE;
}
.BgClassName
{
background-color: #8B9ABE;
}
</style>
border-color css
<style>
span { border-color: #8B9ABE; }
span { border-color: rgb(139,154,190); }
td.TdClassName
{
border-color: #8B9ABE;
}
.TagClassName
{
border-color: #8B9ABE;
}
</style>