Shades of Submarine #8F9899
Tints of Submarine #8F9899
RGB
CMYK
RGB Variations
Color information
#8F9899 (or 0x8F9899) is known color: Submarine. HEX triplet: 8F, 98 and 99. RGB value is (143,152,153). Sum of RGB (Red+Green+Blue) = 143+152+153=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9899 is #706766. Grayscale: #959595. Windows color (decimal): -7366503 or 10066063. OLE color: 10066063.
HSL color Cylindrical-coordinate representation of color #8F9899: hue angle of 186º 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 #8F9899 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 152 | 153 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.4 |
| HSL | 186º | 0.05% | 0.58% | - |
| HSV(B) | 186º | 0.07% | 0.6% | - |
| XYZ | 28.31 | 30.6 | 34.55 | - |
| YUV | 149.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 153 | 0.07 | 0.01 | 0 | 0.4 | 186 | 0.05 | 0.58 |
| Hex | 8F | 98 | 99 | 7 | 1 | 0 | 28 | BA | 5 | 3A |
| Octal | 217 | 230 | 231 | 7 | 1 | 0 | 50 | 272 | 5 | 72 |
| Binary | 10001111 | 10011000 | 10011001 | 111 | 1 | 0 | 101000 | 10111010 | 101 | 111010 |
Color Harmonies of #8F9899
Complementary color
Monochromatic Colors of #8F9899
Black with #8F9899
Text Example
Text Example
White with #8F9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9899; }
p { color: rgb(143,152,153); }
H1.HeaderClassName
{
color: #8F9899;
}
.AnyTagClassName
{
color: #8F9899;
}
</style>
background-color css
<style>
a { background-color: #8F9899; }
a { background-color: rgb(143,152,153); }
div.DivClassName
{
background-color: #8F9899;
}
.BgClassName
{
background-color: #8F9899;
}
</style>
border-color css
<style>
span { border-color: #8F9899; }
span { border-color: rgb(143,152,153); }
td.TdClassName
{
border-color: #8F9899;
}
.TagClassName
{
border-color: #8F9899;
}
</style>