Shades of Submarine #8F9998
Tints of Submarine #8F9998
RGB
CMYK
RGB Variations
Color information
#8F9998 (or 0x8F9998) is known color: Submarine. HEX triplet: 8F, 99 and 98. RGB value is (143,153,152). Sum of RGB (Red+Green+Blue) = 143+153+152=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9998 is #706667. Grayscale: #959595. Windows color (decimal): -7366248 or 10000783. OLE color: 10000783.
HSL color Cylindrical-coordinate representation of color #8F9998: hue angle of 174º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9998 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 152 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.4 |
| HSL | 174º | 0.05% | 0.58% | - |
| HSV(B) | 174º | 0.07% | 0.6% | - |
| XYZ | 28.39 | 30.89 | 34.17 | - |
| YUV | 149.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 152 | 0.07 | 0 | 0.01 | 0.4 | 174 | 0.05 | 0.58 |
| Hex | 8F | 99 | 98 | 7 | 0 | 1 | 28 | AE | 5 | 3A |
| Octal | 217 | 231 | 230 | 7 | 0 | 1 | 50 | 256 | 5 | 72 |
| Binary | 10001111 | 10011001 | 10011000 | 111 | 0 | 1 | 101000 | 10101110 | 101 | 111010 |
Color Harmonies of #8F9998
Complementary color
Monochromatic Colors of #8F9998
Black with #8F9998
Text Example
Text Example
White with #8F9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9998; }
p { color: rgb(143,153,152); }
H1.HeaderClassName
{
color: #8F9998;
}
.AnyTagClassName
{
color: #8F9998;
}
</style>
background-color css
<style>
a { background-color: #8F9998; }
a { background-color: rgb(143,153,152); }
div.DivClassName
{
background-color: #8F9998;
}
.BgClassName
{
background-color: #8F9998;
}
</style>
border-color css
<style>
span { border-color: #8F9998; }
span { border-color: rgb(143,153,152); }
td.TdClassName
{
border-color: #8F9998;
}
.TagClassName
{
border-color: #8F9998;
}
</style>