Shades of Submarine #8B9A9B
Tints of Submarine #8B9A9B
RGB
CMYK
RGB Variations
Color information
#8B9A9B (or 0x8B9A9B) is known color: Submarine. HEX triplet: 8B, 9A and 9B. RGB value is (139,154,155). Sum of RGB (Red+Green+Blue) = 139+154+155=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B9A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9A9B is #746564. Grayscale: #959595. Windows color (decimal): -7628133 or 10197643. OLE color: 10197643.
HSL color Cylindrical-coordinate representation of color #8B9A9B: hue angle of 183.75º 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 #8B9A9B is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 154 | 155 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.39 |
| HSL | 183.75º | 0.07% | 0.58% | - |
| HSV(B) | 183.75º | 0.1% | 0.61% | - |
| XYZ | 28.12 | 30.97 | 35.51 | - |
| YUV | 149.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 154 | 155 | 0.10 | 0.01 | 0 | 0.39 | 183.75 | 0.07 | 0.58 |
| Hex | 8B | 9A | 9B | A | 1 | 0 | 27 | B8 | 7 | 3A |
| Octal | 213 | 232 | 233 | 12 | 1 | 0 | 47 | 270 | 7 | 72 |
| Binary | 10001011 | 10011010 | 10011011 | 1010 | 1 | 0 | 100111 | 10111000 | 111 | 111010 |
Color Harmonies of #8B9A9B
Complementary color
Monochromatic Colors of #8B9A9B
Black with #8B9A9B
Text Example
Text Example
White with #8B9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9A9B; }
p { color: rgb(139,154,155); }
H1.HeaderClassName
{
color: #8B9A9B;
}
.AnyTagClassName
{
color: #8B9A9B;
}
</style>
background-color css
<style>
a { background-color: #8B9A9B; }
a { background-color: rgb(139,154,155); }
div.DivClassName
{
background-color: #8B9A9B;
}
.BgClassName
{
background-color: #8B9A9B;
}
</style>
border-color css
<style>
span { border-color: #8B9A9B; }
span { border-color: rgb(139,154,155); }
td.TdClassName
{
border-color: #8B9A9B;
}
.TagClassName
{
border-color: #8B9A9B;
}
</style>