Shades of Rock Blue #8F99BA
Tints of Rock Blue #8F99BA
RGB
CMYK
RGB Variations
Color information
#8F99BA (or 0x8F99BA) is known color: Rock Blue. HEX triplet: 8F, 99 and BA. RGB value is (143,153,186). Sum of RGB (Red+Green+Blue) = 143+153+186=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99BA is #706645. Grayscale: #999999. Windows color (decimal): -7366214 or 12229007. OLE color: 12229007.
HSL color Cylindrical-coordinate representation of color #8F99BA: hue angle of 226.05º 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 #8F99BA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 153 | 186 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.27 |
| HSL | 226.05º | 0.24% | 0.65% | - |
| HSV(B) | 226.05º | 0.23% | 0.73% | - |
| XYZ | 31.58 | 32.17 | 51 | - |
| YUV | 153.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 186 | 0.23 | 0.18 | 0 | 0.27 | 226.05 | 0.24 | 0.65 |
| Hex | 8F | 99 | BA | 17 | 12 | 0 | 1B | E2 | 18 | 41 |
| Octal | 217 | 231 | 272 | 27 | 22 | 0 | 33 | 342 | 30 | 101 |
| Binary | 10001111 | 10011001 | 10111010 | 10111 | 10010 | 0 | 11011 | 11100010 | 11000 | 1000001 |
Color Harmonies of #8F99BA
Complementary color
Monochromatic Colors of #8F99BA
Black with #8F99BA
Text Example
Text Example
White with #8F99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F99BA; }
p { color: rgb(143,153,186); }
H1.HeaderClassName
{
color: #8F99BA;
}
.AnyTagClassName
{
color: #8F99BA;
}
</style>
background-color css
<style>
a { background-color: #8F99BA; }
a { background-color: rgb(143,153,186); }
div.DivClassName
{
background-color: #8F99BA;
}
.BgClassName
{
background-color: #8F99BA;
}
</style>
border-color css
<style>
span { border-color: #8F99BA; }
span { border-color: rgb(143,153,186); }
td.TdClassName
{
border-color: #8F99BA;
}
.TagClassName
{
border-color: #8F99BA;
}
</style>