Shades of Rock Blue #8F9ABE
Tints of Rock Blue #8F9ABE
RGB
CMYK
RGB Variations
Color information
#8F9ABE (or 0x8F9ABE) is known color: Rock Blue. HEX triplet: 8F, 9A and BE. RGB value is (143,154,190). Sum of RGB (Red+Green+Blue) = 143+154+190=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ABE is #706541. Grayscale: #9A9A9A. Windows color (decimal): -7365954 or 12491407. OLE color: 12491407.
HSL color Cylindrical-coordinate representation of color #8F9ABE: hue angle of 225.96º 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 #8F9ABE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 154 | 190 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.25 |
| HSL | 225.96º | 0.27% | 0.65% | - |
| HSV(B) | 225.96º | 0.25% | 0.75% | - |
| XYZ | 32.18 | 32.67 | 53.32 | - |
| YUV | 154.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 190 | 0.25 | 0.19 | 0 | 0.25 | 225.96 | 0.27 | 0.65 |
| Hex | 8F | 9A | BE | 19 | 13 | 0 | 19 | E2 | 1B | 41 |
| Octal | 217 | 232 | 276 | 31 | 23 | 0 | 31 | 342 | 33 | 101 |
| Binary | 10001111 | 10011010 | 10111110 | 11001 | 10011 | 0 | 11001 | 11100010 | 11011 | 1000001 |
Color Harmonies of #8F9ABE
Complementary color
Monochromatic Colors of #8F9ABE
Black with #8F9ABE
Text Example
Text Example
White with #8F9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9ABE; }
p { color: rgb(143,154,190); }
H1.HeaderClassName
{
color: #8F9ABE;
}
.AnyTagClassName
{
color: #8F9ABE;
}
</style>
background-color css
<style>
a { background-color: #8F9ABE; }
a { background-color: rgb(143,154,190); }
div.DivClassName
{
background-color: #8F9ABE;
}
.BgClassName
{
background-color: #8F9ABE;
}
</style>
border-color css
<style>
span { border-color: #8F9ABE; }
span { border-color: rgb(143,154,190); }
td.TdClassName
{
border-color: #8F9ABE;
}
.TagClassName
{
border-color: #8F9ABE;
}
</style>