Shades of Rock Blue #8F97BA
Tints of Rock Blue #8F97BA
RGB
CMYK
RGB Variations
Color information
#8F97BA (or 0x8F97BA) is known color: Rock Blue. HEX triplet: 8F, 97 and BA. RGB value is (143,151,186). Sum of RGB (Red+Green+Blue) = 143+151+186=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F97BA is #706845. Grayscale: #989898. Windows color (decimal): -7366726 or 12228495. OLE color: 12228495.
HSL color Cylindrical-coordinate representation of color #8F97BA: hue angle of 228.84º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F97BA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 151 | 186 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.27 |
| HSL | 228.84º | 0.24% | 0.65% | - |
| HSV(B) | 228.84º | 0.23% | 0.73% | - |
| XYZ | 31.26 | 31.52 | 50.89 | - |
| YUV | 152.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 151 | 186 | 0.23 | 0.19 | 0 | 0.27 | 228.84 | 0.24 | 0.65 |
| Hex | 8F | 97 | BA | 17 | 13 | 0 | 1B | E5 | 18 | 41 |
| Octal | 217 | 227 | 272 | 27 | 23 | 0 | 33 | 345 | 30 | 101 |
| Binary | 10001111 | 10010111 | 10111010 | 10111 | 10011 | 0 | 11011 | 11100101 | 11000 | 1000001 |
Color Harmonies of #8F97BA
Complementary color
Monochromatic Colors of #8F97BA
Black with #8F97BA
Text Example
Text Example
White with #8F97BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F97BA; }
p { color: rgb(143,151,186); }
H1.HeaderClassName
{
color: #8F97BA;
}
.AnyTagClassName
{
color: #8F97BA;
}
</style>
background-color css
<style>
a { background-color: #8F97BA; }
a { background-color: rgb(143,151,186); }
div.DivClassName
{
background-color: #8F97BA;
}
.BgClassName
{
background-color: #8F97BA;
}
</style>
border-color css
<style>
span { border-color: #8F97BA; }
span { border-color: rgb(143,151,186); }
td.TdClassName
{
border-color: #8F97BA;
}
.TagClassName
{
border-color: #8F97BA;
}
</style>