Shades of Rock Blue #8FA2BE
Tints of Rock Blue #8FA2BE
RGB
CMYK
RGB Variations
Color information
#8FA2BE (or 0x8FA2BE) is known color: Rock Blue. HEX triplet: 8F, A2 and BE. RGB value is (143,162,190). Sum of RGB (Red+Green+Blue) = 143+162+190=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FA2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2BE is #705D41. Grayscale: #9F9F9F. Windows color (decimal): -7363906 or 12493455. OLE color: 12493455.
HSL color Cylindrical-coordinate representation of color #8FA2BE: hue angle of 215.74º 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 #8FA2BE is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 162 | 190 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.25 |
| HSL | 215.74º | 0.27% | 0.65% | - |
| HSV(B) | 215.74º | 0.25% | 0.75% | - |
| XYZ | 33.54 | 35.4 | 53.78 | - |
| YUV | 159.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 190 | 0.25 | 0.15 | 0 | 0.25 | 215.74 | 0.27 | 0.65 |
| Hex | 8F | A2 | BE | 19 | F | 0 | 19 | D8 | 1B | 41 |
| Octal | 217 | 242 | 276 | 31 | 17 | 0 | 31 | 330 | 33 | 101 |
| Binary | 10001111 | 10100010 | 10111110 | 11001 | 1111 | 0 | 11001 | 11011000 | 11011 | 1000001 |
Color Harmonies of #8FA2BE
Complementary color
Monochromatic Colors of #8FA2BE
Black with #8FA2BE
Text Example
Text Example
White with #8FA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA2BE; }
p { color: rgb(143,162,190); }
H1.HeaderClassName
{
color: #8FA2BE;
}
.AnyTagClassName
{
color: #8FA2BE;
}
</style>
background-color css
<style>
a { background-color: #8FA2BE; }
a { background-color: rgb(143,162,190); }
div.DivClassName
{
background-color: #8FA2BE;
}
.BgClassName
{
background-color: #8FA2BE;
}
</style>
border-color css
<style>
span { border-color: #8FA2BE; }
span { border-color: rgb(143,162,190); }
td.TdClassName
{
border-color: #8FA2BE;
}
.TagClassName
{
border-color: #8FA2BE;
}
</style>