Shades of Rock Blue #8BA3BC
Tints of Rock Blue #8BA3BC
RGB
CMYK
RGB Variations
Color information
#8BA3BC (or 0x8BA3BC) is known color: Rock Blue. HEX triplet: 8B, A3 and BC. RGB value is (139,163,188). Sum of RGB (Red+Green+Blue) = 139+163+188=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3BC is #745C43. Grayscale: #9E9E9E. Windows color (decimal): -7625796 or 12362635. OLE color: 12362635.
HSL color Cylindrical-coordinate representation of color #8BA3BC: hue angle of 210.61º 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 #8BA3BC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 163 | 188 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.26 |
| HSL | 210.61º | 0.27% | 0.64% | - |
| HSV(B) | 210.61º | 0.26% | 0.74% | - |
| XYZ | 32.82 | 35.31 | 52.66 | - |
| YUV | 158.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 188 | 0.26 | 0.13 | 0 | 0.26 | 210.61 | 0.27 | 0.64 |
| Hex | 8B | A3 | BC | 1A | D | 0 | 1A | D3 | 1B | 40 |
| Octal | 213 | 243 | 274 | 32 | 15 | 0 | 32 | 323 | 33 | 100 |
| Binary | 10001011 | 10100011 | 10111100 | 11010 | 1101 | 0 | 11010 | 11010011 | 11011 | 1000000 |
Color Harmonies of #8BA3BC
Complementary color
Monochromatic Colors of #8BA3BC
Black with #8BA3BC
Text Example
Text Example
White with #8BA3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3BC; }
p { color: rgb(139,163,188); }
H1.HeaderClassName
{
color: #8BA3BC;
}
.AnyTagClassName
{
color: #8BA3BC;
}
</style>
background-color css
<style>
a { background-color: #8BA3BC; }
a { background-color: rgb(139,163,188); }
div.DivClassName
{
background-color: #8BA3BC;
}
.BgClassName
{
background-color: #8BA3BC;
}
</style>
border-color css
<style>
span { border-color: #8BA3BC; }
span { border-color: rgb(139,163,188); }
td.TdClassName
{
border-color: #8BA3BC;
}
.TagClassName
{
border-color: #8BA3BC;
}
</style>