Shades of Submarine #8A9B98
Tints of Submarine #8A9B98
RGB
CMYK
RGB Variations
Color information
#8A9B98 (or 0x8A9B98) is known color: Submarine. HEX triplet: 8A, 9B and 98. RGB value is (138,155,152). Sum of RGB (Red+Green+Blue) = 138+155+152=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B98 is #756467. Grayscale: #959595. Windows color (decimal): -7693416 or 10001290. OLE color: 10001290.
HSL color Cylindrical-coordinate representation of color #8A9B98: hue angle of 169.41º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B98 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 152 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.39 |
| HSL | 169.41º | 0.08% | 0.57% | - |
| HSV(B) | 169.41º | 0.11% | 0.61% | - |
| XYZ | 27.87 | 31.11 | 34.24 | - |
| YUV | 149.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 152 | 0.11 | 0 | 0.02 | 0.39 | 169.41 | 0.08 | 0.57 |
| Hex | 8A | 9B | 98 | B | 0 | 2 | 27 | A9 | 8 | 39 |
| Octal | 212 | 233 | 230 | 13 | 0 | 2 | 47 | 251 | 10 | 71 |
| Binary | 10001010 | 10011011 | 10011000 | 1011 | 0 | 10 | 100111 | 10101001 | 1000 | 111001 |
Color Harmonies of #8A9B98
Complementary color
Monochromatic Colors of #8A9B98
Black with #8A9B98
Text Example
Text Example
White with #8A9B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B98; }
p { color: rgb(138,155,152); }
H1.HeaderClassName
{
color: #8A9B98;
}
.AnyTagClassName
{
color: #8A9B98;
}
</style>
background-color css
<style>
a { background-color: #8A9B98; }
a { background-color: rgb(138,155,152); }
div.DivClassName
{
background-color: #8A9B98;
}
.BgClassName
{
background-color: #8A9B98;
}
</style>
border-color css
<style>
span { border-color: #8A9B98; }
span { border-color: rgb(138,155,152); }
td.TdClassName
{
border-color: #8A9B98;
}
.TagClassName
{
border-color: #8A9B98;
}
</style>