Shades of Submarine #8F9897
Tints of Submarine #8F9897
RGB
CMYK
RGB Variations
Color information
#8F9897 (or 0x8F9897) is known color: Submarine. HEX triplet: 8F, 98 and 97. RGB value is (143,152,151). Sum of RGB (Red+Green+Blue) = 143+152+151=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9897 is #706768. Grayscale: #959595. Windows color (decimal): -7366505 or 9934991. OLE color: 9934991.
HSL color Cylindrical-coordinate representation of color #8F9897: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F9897 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 151 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.40 |
| HSL | 173.33º | 0.04% | 0.58% | - |
| HSV(B) | 173.33º | 0.06% | 0.6% | - |
| XYZ | 28.14 | 30.53 | 33.69 | - |
| YUV | 149.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 151 | 0.06 | 0 | 0.01 | 0.40 | 173.33 | 0.04 | 0.58 |
| Hex | 8F | 98 | 97 | 6 | 0 | 1 | 28 | AD | 4 | 3A |
| Octal | 217 | 230 | 227 | 6 | 0 | 1 | 50 | 255 | 4 | 72 |
| Binary | 10001111 | 10011000 | 10010111 | 110 | 0 | 1 | 101000 | 10101101 | 100 | 111010 |
Color Harmonies of #8F9897
Complementary color
Monochromatic Colors of #8F9897
Black with #8F9897
Text Example
Text Example
White with #8F9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9897; }
p { color: rgb(143,152,151); }
H1.HeaderClassName
{
color: #8F9897;
}
.AnyTagClassName
{
color: #8F9897;
}
</style>
background-color css
<style>
a { background-color: #8F9897; }
a { background-color: rgb(143,152,151); }
div.DivClassName
{
background-color: #8F9897;
}
.BgClassName
{
background-color: #8F9897;
}
</style>
border-color css
<style>
span { border-color: #8F9897; }
span { border-color: rgb(143,152,151); }
td.TdClassName
{
border-color: #8F9897;
}
.TagClassName
{
border-color: #8F9897;
}
</style>