Shades of Submarine #8B989B
Tints of Submarine #8B989B
RGB
CMYK
RGB Variations
Color information
#8B989B (or 0x8B989B) is known color: Submarine. HEX triplet: 8B, 98 and 9B. RGB value is (139,152,155). Sum of RGB (Red+Green+Blue) = 139+152+155=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B989B is #746764. Grayscale: #949494. Windows color (decimal): -7628645 or 10197131. OLE color: 10197131.
HSL color Cylindrical-coordinate representation of color #8B989B: hue angle of 191.25º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B989B is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 152 | 155 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.39 |
| HSL | 191.25º | 0.07% | 0.58% | - |
| HSV(B) | 191.25º | 0.1% | 0.61% | - |
| XYZ | 27.79 | 30.31 | 35.4 | - |
| YUV | 148.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 155 | 0.10 | 0.02 | 0 | 0.39 | 191.25 | 0.07 | 0.58 |
| Hex | 8B | 98 | 9B | A | 2 | 0 | 27 | BF | 7 | 3A |
| Octal | 213 | 230 | 233 | 12 | 2 | 0 | 47 | 277 | 7 | 72 |
| Binary | 10001011 | 10011000 | 10011011 | 1010 | 10 | 0 | 100111 | 10111111 | 111 | 111010 |
Color Harmonies of #8B989B
Complementary color
Monochromatic Colors of #8B989B
Black with #8B989B
Text Example
Text Example
White with #8B989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B989B; }
p { color: rgb(139,152,155); }
H1.HeaderClassName
{
color: #8B989B;
}
.AnyTagClassName
{
color: #8B989B;
}
</style>
background-color css
<style>
a { background-color: #8B989B; }
a { background-color: rgb(139,152,155); }
div.DivClassName
{
background-color: #8B989B;
}
.BgClassName
{
background-color: #8B989B;
}
</style>
border-color css
<style>
span { border-color: #8B989B; }
span { border-color: rgb(139,152,155); }
td.TdClassName
{
border-color: #8B989B;
}
.TagClassName
{
border-color: #8B989B;
}
</style>