Shades of Rock Blue #8F9DBF
Tints of Rock Blue #8F9DBF
RGB
CMYK
RGB Variations
Color information
#8F9DBF (or 0x8F9DBF) is known color: Rock Blue. HEX triplet: 8F, 9D and BF. RGB value is (143,157,191). Sum of RGB (Red+Green+Blue) = 143+157+191=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DBF is #706240. Grayscale: #9C9C9C. Windows color (decimal): -7365185 or 12557711. OLE color: 12557711.
HSL color Cylindrical-coordinate representation of color #8F9DBF: hue angle of 222.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 #8F9DBF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 157 | 191 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.25 |
| HSL | 222.5º | 0.27% | 0.65% | - |
| HSV(B) | 222.5º | 0.25% | 0.75% | - |
| XYZ | 32.79 | 33.72 | 54.07 | - |
| YUV | 156.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 191 | 0.25 | 0.18 | 0 | 0.25 | 222.5 | 0.27 | 0.65 |
| Hex | 8F | 9D | BF | 19 | 12 | 0 | 19 | DE | 1B | 41 |
| Octal | 217 | 235 | 277 | 31 | 22 | 0 | 31 | 336 | 33 | 101 |
| Binary | 10001111 | 10011101 | 10111111 | 11001 | 10010 | 0 | 11001 | 11011110 | 11011 | 1000001 |
Color Harmonies of #8F9DBF
Complementary color
Monochromatic Colors of #8F9DBF
Black with #8F9DBF
Text Example
Text Example
White with #8F9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9DBF; }
p { color: rgb(143,157,191); }
H1.HeaderClassName
{
color: #8F9DBF;
}
.AnyTagClassName
{
color: #8F9DBF;
}
</style>
background-color css
<style>
a { background-color: #8F9DBF; }
a { background-color: rgb(143,157,191); }
div.DivClassName
{
background-color: #8F9DBF;
}
.BgClassName
{
background-color: #8F9DBF;
}
</style>
border-color css
<style>
span { border-color: #8F9DBF; }
span { border-color: rgb(143,157,191); }
td.TdClassName
{
border-color: #8F9DBF;
}
.TagClassName
{
border-color: #8F9DBF;
}
</style>