Shades of Rock Blue #8B9DBB
Tints of Rock Blue #8B9DBB
RGB
CMYK
RGB Variations
Color information
#8B9DBB (or 0x8B9DBB) is known color: Rock Blue. HEX triplet: 8B, 9D and BB. RGB value is (139,157,187). Sum of RGB (Red+Green+Blue) = 139+157+187=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B9DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DBB is #746244. Grayscale: #9A9A9A. Windows color (decimal): -7627333 or 12295563. OLE color: 12295563.
HSL color Cylindrical-coordinate representation of color #8B9DBB: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B9DBB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 157 | 187 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.27 |
| HSL | 217.5º | 0.26% | 0.64% | - |
| HSV(B) | 217.5º | 0.26% | 0.73% | - |
| XYZ | 31.67 | 33.19 | 51.75 | - |
| YUV | 155.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 157 | 187 | 0.26 | 0.16 | 0 | 0.27 | 217.5 | 0.26 | 0.64 |
| Hex | 8B | 9D | BB | 1A | 10 | 0 | 1B | DA | 1A | 40 |
| Octal | 213 | 235 | 273 | 32 | 20 | 0 | 33 | 332 | 32 | 100 |
| Binary | 10001011 | 10011101 | 10111011 | 11010 | 10000 | 0 | 11011 | 11011010 | 11010 | 1000000 |
Color Harmonies of #8B9DBB
Complementary color
Monochromatic Colors of #8B9DBB
Black with #8B9DBB
Text Example
Text Example
White with #8B9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9DBB; }
p { color: rgb(139,157,187); }
H1.HeaderClassName
{
color: #8B9DBB;
}
.AnyTagClassName
{
color: #8B9DBB;
}
</style>
background-color css
<style>
a { background-color: #8B9DBB; }
a { background-color: rgb(139,157,187); }
div.DivClassName
{
background-color: #8B9DBB;
}
.BgClassName
{
background-color: #8B9DBB;
}
</style>
border-color css
<style>
span { border-color: #8B9DBB; }
span { border-color: rgb(139,157,187); }
td.TdClassName
{
border-color: #8B9DBB;
}
.TagClassName
{
border-color: #8B9DBB;
}
</style>