Shades of Submarine #8B999C
Tints of Submarine #8B999C
RGB
CMYK
RGB Variations
Color information
#8B999C (or 0x8B999C) is known color: Submarine. HEX triplet: 8B, 99 and 9C. RGB value is (139,153,156). Sum of RGB (Red+Green+Blue) = 139+153+156=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B999C is #746663. Grayscale: #959595. Windows color (decimal): -7628388 or 10262923. OLE color: 10262923.
HSL color Cylindrical-coordinate representation of color #8B999C: hue angle of 190.59º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B999C is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 153 | 156 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.39 |
| HSL | 190.59º | 0.08% | 0.58% | - |
| HSV(B) | 190.59º | 0.11% | 0.61% | - |
| XYZ | 28.04 | 30.67 | 35.89 | - |
| YUV | 149.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 156 | 0.11 | 0.02 | 0 | 0.39 | 190.59 | 0.08 | 0.58 |
| Hex | 8B | 99 | 9C | B | 2 | 0 | 27 | BF | 8 | 3A |
| Octal | 213 | 231 | 234 | 13 | 2 | 0 | 47 | 277 | 10 | 72 |
| Binary | 10001011 | 10011001 | 10011100 | 1011 | 10 | 0 | 100111 | 10111111 | 1000 | 111010 |
Color Harmonies of #8B999C
Complementary color
Monochromatic Colors of #8B999C
Black with #8B999C
Text Example
Text Example
White with #8B999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B999C; }
p { color: rgb(139,153,156); }
H1.HeaderClassName
{
color: #8B999C;
}
.AnyTagClassName
{
color: #8B999C;
}
</style>
background-color css
<style>
a { background-color: #8B999C; }
a { background-color: rgb(139,153,156); }
div.DivClassName
{
background-color: #8B999C;
}
.BgClassName
{
background-color: #8B999C;
}
</style>
border-color css
<style>
span { border-color: #8B999C; }
span { border-color: rgb(139,153,156); }
td.TdClassName
{
border-color: #8B999C;
}
.TagClassName
{
border-color: #8B999C;
}
</style>