Shades of Rock Blue #8BA1BC
Tints of Rock Blue #8BA1BC
RGB
CMYK
RGB Variations
Color information
#8BA1BC (or 0x8BA1BC) is known color: Rock Blue. HEX triplet: 8B, A1 and BC. RGB value is (139,161,188). Sum of RGB (Red+Green+Blue) = 139+161+188=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #8BA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1BC is #745E43. Grayscale: #9D9D9D. Windows color (decimal): -7626308 or 12362123. OLE color: 12362123.
HSL color Cylindrical-coordinate representation of color #8BA1BC: hue angle of 213.06º 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 #8BA1BC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 161 | 188 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.26 |
| HSL | 213.06º | 0.27% | 0.64% | - |
| HSV(B) | 213.06º | 0.26% | 0.74% | - |
| XYZ | 32.47 | 34.61 | 52.55 | - |
| YUV | 157.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 188 | 0.26 | 0.14 | 0 | 0.26 | 213.06 | 0.27 | 0.64 |
| Hex | 8B | A1 | BC | 1A | E | 0 | 1A | D5 | 1B | 40 |
| Octal | 213 | 241 | 274 | 32 | 16 | 0 | 32 | 325 | 33 | 100 |
| Binary | 10001011 | 10100001 | 10111100 | 11010 | 1110 | 0 | 11010 | 11010101 | 11011 | 1000000 |
Color Harmonies of #8BA1BC
Complementary color
Monochromatic Colors of #8BA1BC
Black with #8BA1BC
Text Example
Text Example
White with #8BA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA1BC; }
p { color: rgb(139,161,188); }
H1.HeaderClassName
{
color: #8BA1BC;
}
.AnyTagClassName
{
color: #8BA1BC;
}
</style>
background-color css
<style>
a { background-color: #8BA1BC; }
a { background-color: rgb(139,161,188); }
div.DivClassName
{
background-color: #8BA1BC;
}
.BgClassName
{
background-color: #8BA1BC;
}
</style>
border-color css
<style>
span { border-color: #8BA1BC; }
span { border-color: rgb(139,161,188); }
td.TdClassName
{
border-color: #8BA1BC;
}
.TagClassName
{
border-color: #8BA1BC;
}
</style>