Shades of Submarine #8BA3A1
Tints of Submarine #8BA3A1
RGB
CMYK
RGB Variations
Color information
#8BA3A1 (or 0x8BA3A1) is known color: Submarine. HEX triplet: 8B, A3 and A1. RGB value is (139,163,161). Sum of RGB (Red+Green+Blue) = 139+163+161=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA3A1 is #745C5E. Grayscale: #9B9B9B. Windows color (decimal): -7625823 or 10593163. OLE color: 10593163.
HSL color Cylindrical-coordinate representation of color #8BA3A1: hue angle of 175º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA3A1 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 161 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.36 |
| HSL | 175º | 0.12% | 0.59% | - |
| HSV(B) | 175º | 0.15% | 0.64% | - |
| XYZ | 30.18 | 34.26 | 38.74 | - |
| YUV | 155.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 161 | 0.15 | 0 | 0.01 | 0.36 | 175 | 0.12 | 0.59 |
| Hex | 8B | A3 | A1 | F | 0 | 1 | 24 | AF | C | 3B |
| Octal | 213 | 243 | 241 | 17 | 0 | 1 | 44 | 257 | 14 | 73 |
| Binary | 10001011 | 10100011 | 10100001 | 1111 | 0 | 1 | 100100 | 10101111 | 1100 | 111011 |
Color Harmonies of #8BA3A1
Complementary color
Monochromatic Colors of #8BA3A1
Black with #8BA3A1
Text Example
Text Example
White with #8BA3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA3A1; }
p { color: rgb(139,163,161); }
H1.HeaderClassName
{
color: #8BA3A1;
}
.AnyTagClassName
{
color: #8BA3A1;
}
</style>
background-color css
<style>
a { background-color: #8BA3A1; }
a { background-color: rgb(139,163,161); }
div.DivClassName
{
background-color: #8BA3A1;
}
.BgClassName
{
background-color: #8BA3A1;
}
</style>
border-color css
<style>
span { border-color: #8BA3A1; }
span { border-color: rgb(139,163,161); }
td.TdClassName
{
border-color: #8BA3A1;
}
.TagClassName
{
border-color: #8BA3A1;
}
</style>