Shades of Rock Blue #8BA3BF
Tints of Rock Blue #8BA3BF
RGB
CMYK
RGB Variations
Color information
#8BA3BF (or 0x8BA3BF) is known color: Rock Blue. HEX triplet: 8B, A3 and BF. RGB value is (139,163,191). Sum of RGB (Red+Green+Blue) = 139+163+191=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA3BF is #745C40. Grayscale: #9E9E9E. Windows color (decimal): -7625793 or 12559243. OLE color: 12559243.
HSL color Cylindrical-coordinate representation of color #8BA3BF: hue angle of 212.31º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA3BF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 163 | 191 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.25 |
| HSL | 212.31º | 0.29% | 0.65% | - |
| HSV(B) | 212.31º | 0.27% | 0.75% | - |
| XYZ | 33.15 | 35.44 | 54.38 | - |
| YUV | 159.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 191 | 0.27 | 0.15 | 0 | 0.25 | 212.31 | 0.29 | 0.65 |
| Hex | 8B | A3 | BF | 1B | F | 0 | 19 | D4 | 1D | 41 |
| Octal | 213 | 243 | 277 | 33 | 17 | 0 | 31 | 324 | 35 | 101 |
| Binary | 10001011 | 10100011 | 10111111 | 11011 | 1111 | 0 | 11001 | 11010100 | 11101 | 1000001 |
Color Harmonies of #8BA3BF
Complementary color
Monochromatic Colors of #8BA3BF
Black with #8BA3BF
Text Example
Text Example
White with #8BA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3BF; }
p { color: rgb(139,163,191); }
H1.HeaderClassName
{
color: #8BA3BF;
}
.AnyTagClassName
{
color: #8BA3BF;
}
</style>
background-color css
<style>
a { background-color: #8BA3BF; }
a { background-color: rgb(139,163,191); }
div.DivClassName
{
background-color: #8BA3BF;
}
.BgClassName
{
background-color: #8BA3BF;
}
</style>
border-color css
<style>
span { border-color: #8BA3BF; }
span { border-color: rgb(139,163,191); }
td.TdClassName
{
border-color: #8BA3BF;
}
.TagClassName
{
border-color: #8BA3BF;
}
</style>