Shades of Rock Blue #8FA1BF
Tints of Rock Blue #8FA1BF
RGB
CMYK
RGB Variations
Color information
#8FA1BF (or 0x8FA1BF) is known color: Rock Blue. HEX triplet: 8F, A1 and BF. RGB value is (143,161,191). Sum of RGB (Red+Green+Blue) = 143+161+191=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FA1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA1BF is #705E40. Grayscale: #9E9E9E. Windows color (decimal): -7364161 or 12558735. OLE color: 12558735.
HSL color Cylindrical-coordinate representation of color #8FA1BF: hue angle of 217.5º 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 #8FA1BF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 161 | 191 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.25 |
| HSL | 217.5º | 0.27% | 0.65% | - |
| HSV(B) | 217.5º | 0.25% | 0.75% | - |
| XYZ | 33.48 | 35.09 | 54.3 | - |
| YUV | 159.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 191 | 0.25 | 0.16 | 0 | 0.25 | 217.5 | 0.27 | 0.65 |
| Hex | 8F | A1 | BF | 19 | 10 | 0 | 19 | DA | 1B | 41 |
| Octal | 217 | 241 | 277 | 31 | 20 | 0 | 31 | 332 | 33 | 101 |
| Binary | 10001111 | 10100001 | 10111111 | 11001 | 10000 | 0 | 11001 | 11011010 | 11011 | 1000001 |
Color Harmonies of #8FA1BF
Complementary color
Monochromatic Colors of #8FA1BF
Black with #8FA1BF
Text Example
Text Example
White with #8FA1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA1BF; }
p { color: rgb(143,161,191); }
H1.HeaderClassName
{
color: #8FA1BF;
}
.AnyTagClassName
{
color: #8FA1BF;
}
</style>
background-color css
<style>
a { background-color: #8FA1BF; }
a { background-color: rgb(143,161,191); }
div.DivClassName
{
background-color: #8FA1BF;
}
.BgClassName
{
background-color: #8FA1BF;
}
</style>
border-color css
<style>
span { border-color: #8FA1BF; }
span { border-color: rgb(143,161,191); }
td.TdClassName
{
border-color: #8FA1BF;
}
.TagClassName
{
border-color: #8FA1BF;
}
</style>