Shades of Rock Blue #8F98BF
Tints of Rock Blue #8F98BF
RGB
CMYK
RGB Variations
Color information
#8F98BF (or 0x8F98BF) is known color: Rock Blue. HEX triplet: 8F, 98 and BF. RGB value is (143,152,191). Sum of RGB (Red+Green+Blue) = 143+152+191=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F98BF is #706740. Grayscale: #999999. Windows color (decimal): -7366465 or 12556431. OLE color: 12556431.
HSL color Cylindrical-coordinate representation of color #8F98BF: hue angle of 228.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F98BF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 152 | 191 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.25 |
| HSL | 228.75º | 0.27% | 0.65% | - |
| HSV(B) | 228.75º | 0.25% | 0.75% | - |
| XYZ | 31.96 | 32.06 | 53.79 | - |
| YUV | 153.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 191 | 0.25 | 0.20 | 0 | 0.25 | 228.75 | 0.27 | 0.65 |
| Hex | 8F | 98 | BF | 19 | 14 | 0 | 19 | E5 | 1B | 41 |
| Octal | 217 | 230 | 277 | 31 | 24 | 0 | 31 | 345 | 33 | 101 |
| Binary | 10001111 | 10011000 | 10111111 | 11001 | 10100 | 0 | 11001 | 11100101 | 11011 | 1000001 |
Color Harmonies of #8F98BF
Complementary color
Monochromatic Colors of #8F98BF
Black with #8F98BF
Text Example
Text Example
White with #8F98BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F98BF; }
p { color: rgb(143,152,191); }
H1.HeaderClassName
{
color: #8F98BF;
}
.AnyTagClassName
{
color: #8F98BF;
}
</style>
background-color css
<style>
a { background-color: #8F98BF; }
a { background-color: rgb(143,152,191); }
div.DivClassName
{
background-color: #8F98BF;
}
.BgClassName
{
background-color: #8F98BF;
}
</style>
border-color css
<style>
span { border-color: #8F98BF; }
span { border-color: rgb(143,152,191); }
td.TdClassName
{
border-color: #8F98BF;
}
.TagClassName
{
border-color: #8F98BF;
}
</style>