Shades of Rock Blue #8BA0BC
Tints of Rock Blue #8BA0BC
RGB
CMYK
RGB Variations
Color information
#8BA0BC (or 0x8BA0BC) is known color: Rock Blue. HEX triplet: 8B, A0 and BC. RGB value is (139,160,188). Sum of RGB (Red+Green+Blue) = 139+160+188=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BA0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0BC is #745F43. Grayscale: #9C9C9C. Windows color (decimal): -7626564 or 12361867. OLE color: 12361867.
HSL color Cylindrical-coordinate representation of color #8BA0BC: hue angle of 214.29º 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 #8BA0BC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 160 | 188 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.26 |
| HSL | 214.29º | 0.27% | 0.64% | - |
| HSV(B) | 214.29º | 0.26% | 0.74% | - |
| XYZ | 32.3 | 34.26 | 52.49 | - |
| YUV | 156.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 188 | 0.26 | 0.15 | 0 | 0.26 | 214.29 | 0.27 | 0.64 |
| Hex | 8B | A0 | BC | 1A | F | 0 | 1A | D6 | 1B | 40 |
| Octal | 213 | 240 | 274 | 32 | 17 | 0 | 32 | 326 | 33 | 100 |
| Binary | 10001011 | 10100000 | 10111100 | 11010 | 1111 | 0 | 11010 | 11010110 | 11011 | 1000000 |
Color Harmonies of #8BA0BC
Complementary color
Monochromatic Colors of #8BA0BC
Black with #8BA0BC
Text Example
Text Example
White with #8BA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0BC; }
p { color: rgb(139,160,188); }
H1.HeaderClassName
{
color: #8BA0BC;
}
.AnyTagClassName
{
color: #8BA0BC;
}
</style>
background-color css
<style>
a { background-color: #8BA0BC; }
a { background-color: rgb(139,160,188); }
div.DivClassName
{
background-color: #8BA0BC;
}
.BgClassName
{
background-color: #8BA0BC;
}
</style>
border-color css
<style>
span { border-color: #8BA0BC; }
span { border-color: rgb(139,160,188); }
td.TdClassName
{
border-color: #8BA0BC;
}
.TagClassName
{
border-color: #8BA0BC;
}
</style>