Shades of Rock Blue #8B9DBA
Tints of Rock Blue #8B9DBA
RGB
CMYK
RGB Variations
Color information
#8B9DBA (or 0x8B9DBA) is known color: Rock Blue. HEX triplet: 8B, 9D and BA. RGB value is (139,157,186). Sum of RGB (Red+Green+Blue) = 139+157+186=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DBA is #746245. Grayscale: #9A9A9A. Windows color (decimal): -7627334 or 12230027. OLE color: 12230027.
HSL color Cylindrical-coordinate representation of color #8B9DBA: hue angle of 217.02º 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 #8B9DBA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 157 | 186 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.27 |
| HSL | 217.02º | 0.25% | 0.64% | - |
| HSV(B) | 217.02º | 0.25% | 0.73% | - |
| XYZ | 31.57 | 33.15 | 51.19 | - |
| YUV | 154.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 186 | 0.25 | 0.16 | 0 | 0.27 | 217.02 | 0.25 | 0.64 |
| Hex | 8B | 9D | BA | 19 | 10 | 0 | 1B | D9 | 19 | 40 |
| Octal | 213 | 235 | 272 | 31 | 20 | 0 | 33 | 331 | 31 | 100 |
| Binary | 10001011 | 10011101 | 10111010 | 11001 | 10000 | 0 | 11011 | 11011001 | 11001 | 1000000 |
Color Harmonies of #8B9DBA
Complementary color
Monochromatic Colors of #8B9DBA
Black with #8B9DBA
Text Example
Text Example
White with #8B9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DBA; }
p { color: rgb(139,157,186); }
H1.HeaderClassName
{
color: #8B9DBA;
}
.AnyTagClassName
{
color: #8B9DBA;
}
</style>
background-color css
<style>
a { background-color: #8B9DBA; }
a { background-color: rgb(139,157,186); }
div.DivClassName
{
background-color: #8B9DBA;
}
.BgClassName
{
background-color: #8B9DBA;
}
</style>
border-color css
<style>
span { border-color: #8B9DBA; }
span { border-color: rgb(139,157,186); }
td.TdClassName
{
border-color: #8B9DBA;
}
.TagClassName
{
border-color: #8B9DBA;
}
</style>