Shades of Rock Blue #8BA3BD
Tints of Rock Blue #8BA3BD
RGB
CMYK
RGB Variations
Color information
#8BA3BD (or 0x8BA3BD) is known color: Rock Blue. HEX triplet: 8B, A3 and BD. RGB value is (139,163,189). Sum of RGB (Red+Green+Blue) = 139+163+189=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3BD is #745C42. Grayscale: #9E9E9E. Windows color (decimal): -7625795 or 12428171. OLE color: 12428171.
HSL color Cylindrical-coordinate representation of color #8BA3BD: hue angle of 211.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BA3BD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 163 | 189 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.26 |
| HSL | 211.2º | 0.27% | 0.64% | - |
| HSV(B) | 211.2º | 0.26% | 0.74% | - |
| XYZ | 32.93 | 35.36 | 53.23 | - |
| YUV | 158.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 189 | 0.26 | 0.14 | 0 | 0.26 | 211.2 | 0.27 | 0.64 |
| Hex | 8B | A3 | BD | 1A | E | 0 | 1A | D3 | 1B | 40 |
| Octal | 213 | 243 | 275 | 32 | 16 | 0 | 32 | 323 | 33 | 100 |
| Binary | 10001011 | 10100011 | 10111101 | 11010 | 1110 | 0 | 11010 | 11010011 | 11011 | 1000000 |
Color Harmonies of #8BA3BD
Complementary color
Monochromatic Colors of #8BA3BD
Black with #8BA3BD
Text Example
Text Example
White with #8BA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3BD; }
p { color: rgb(139,163,189); }
H1.HeaderClassName
{
color: #8BA3BD;
}
.AnyTagClassName
{
color: #8BA3BD;
}
</style>
background-color css
<style>
a { background-color: #8BA3BD; }
a { background-color: rgb(139,163,189); }
div.DivClassName
{
background-color: #8BA3BD;
}
.BgClassName
{
background-color: #8BA3BD;
}
</style>
border-color css
<style>
span { border-color: #8BA3BD; }
span { border-color: rgb(139,163,189); }
td.TdClassName
{
border-color: #8BA3BD;
}
.TagClassName
{
border-color: #8BA3BD;
}
</style>