Shades of Rock Blue #8FA0BF
Tints of Rock Blue #8FA0BF
RGB
CMYK
RGB Variations
Color information
#8FA0BF (or 0x8FA0BF) is known color: Rock Blue. HEX triplet: 8F, A0 and BF. RGB value is (143,160,191). Sum of RGB (Red+Green+Blue) = 143+160+191=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FA0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA0BF is #705F40. Grayscale: #9E9E9E. Windows color (decimal): -7364417 or 12558479. OLE color: 12558479.
HSL color Cylindrical-coordinate representation of color #8FA0BF: hue angle of 218.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 #8FA0BF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 160 | 191 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.25 |
| HSL | 218.75º | 0.27% | 0.65% | - |
| HSV(B) | 218.75º | 0.25% | 0.75% | - |
| XYZ | 33.3 | 34.74 | 54.24 | - |
| YUV | 158.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 191 | 0.25 | 0.16 | 0 | 0.25 | 218.75 | 0.27 | 0.65 |
| Hex | 8F | A0 | BF | 19 | 10 | 0 | 19 | DB | 1B | 41 |
| Octal | 217 | 240 | 277 | 31 | 20 | 0 | 31 | 333 | 33 | 101 |
| Binary | 10001111 | 10100000 | 10111111 | 11001 | 10000 | 0 | 11001 | 11011011 | 11011 | 1000001 |
Color Harmonies of #8FA0BF
Complementary color
Monochromatic Colors of #8FA0BF
Black with #8FA0BF
Text Example
Text Example
White with #8FA0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA0BF; }
p { color: rgb(143,160,191); }
H1.HeaderClassName
{
color: #8FA0BF;
}
.AnyTagClassName
{
color: #8FA0BF;
}
</style>
background-color css
<style>
a { background-color: #8FA0BF; }
a { background-color: rgb(143,160,191); }
div.DivClassName
{
background-color: #8FA0BF;
}
.BgClassName
{
background-color: #8FA0BF;
}
</style>
border-color css
<style>
span { border-color: #8FA0BF; }
span { border-color: rgb(143,160,191); }
td.TdClassName
{
border-color: #8FA0BF;
}
.TagClassName
{
border-color: #8FA0BF;
}
</style>