Shades of Submarine #8F999B
Tints of Submarine #8F999B
RGB
CMYK
RGB Variations
Color information
#8F999B (or 0x8F999B) is known color: Submarine. HEX triplet: 8F, 99 and 9B. RGB value is (143,153,155). Sum of RGB (Red+Green+Blue) = 143+153+155=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F999B is #706664. Grayscale: #969696. Windows color (decimal): -7366245 or 10197391. OLE color: 10197391.
HSL color Cylindrical-coordinate representation of color #8F999B: hue angle of 190º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F999B is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 153 | 155 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.39 |
| HSL | 190º | 0.06% | 0.58% | - |
| HSV(B) | 190º | 0.08% | 0.61% | - |
| XYZ | 28.64 | 30.99 | 35.48 | - |
| YUV | 150.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 155 | 0.08 | 0.01 | 0 | 0.39 | 190 | 0.06 | 0.58 |
| Hex | 8F | 99 | 9B | 8 | 1 | 0 | 27 | BE | 6 | 3A |
| Octal | 217 | 231 | 233 | 10 | 1 | 0 | 47 | 276 | 6 | 72 |
| Binary | 10001111 | 10011001 | 10011011 | 1000 | 1 | 0 | 100111 | 10111110 | 110 | 111010 |
Color Harmonies of #8F999B
Complementary color
Monochromatic Colors of #8F999B
Black with #8F999B
Text Example
Text Example
White with #8F999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F999B; }
p { color: rgb(143,153,155); }
H1.HeaderClassName
{
color: #8F999B;
}
.AnyTagClassName
{
color: #8F999B;
}
</style>
background-color css
<style>
a { background-color: #8F999B; }
a { background-color: rgb(143,153,155); }
div.DivClassName
{
background-color: #8F999B;
}
.BgClassName
{
background-color: #8F999B;
}
</style>
border-color css
<style>
span { border-color: #8F999B; }
span { border-color: rgb(143,153,155); }
td.TdClassName
{
border-color: #8F999B;
}
.TagClassName
{
border-color: #8F999B;
}
</style>