Shades of Submarine #989C9D
Tints of Submarine #989C9D
RGB
CMYK
RGB Variations
Color information
#989C9D (or 0x989C9D) is known color: Submarine. HEX triplet: 98, 9C and 9D. RGB value is (152,156,157). Sum of RGB (Red+Green+Blue) = 152+156+157=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 157 - color contains mainly: blue. Hex color #989C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C9D is #676362. Grayscale: #9A9A9A. Windows color (decimal): -6775651 or 10329240. OLE color: 10329240.
HSL color Cylindrical-coordinate representation of color #989C9D: hue angle of 192º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989C9D is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 156 | 157 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.38 |
| HSL | 192º | 0.02% | 0.61% | - |
| HSV(B) | 192º | 0.03% | 0.62% | - |
| XYZ | 30.92 | 32.89 | 36.62 | - |
| YUV | 154.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 157 | 0.03 | 0.01 | 0 | 0.38 | 192 | 0.02 | 0.61 |
| Hex | 98 | 9C | 9D | 3 | 1 | 0 | 26 | C0 | 2 | 3D |
| Octal | 230 | 234 | 235 | 3 | 1 | 0 | 46 | 300 | 2 | 75 |
| Binary | 10011000 | 10011100 | 10011101 | 11 | 1 | 0 | 100110 | 11000000 | 10 | 111101 |
Color Harmonies of #989C9D
Complementary color
Monochromatic Colors of #989C9D
Black with #989C9D
Text Example
Text Example
White with #989C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C9D; }
p { color: rgb(152,156,157); }
H1.HeaderClassName
{
color: #989C9D;
}
.AnyTagClassName
{
color: #989C9D;
}
</style>
background-color css
<style>
a { background-color: #989C9D; }
a { background-color: rgb(152,156,157); }
div.DivClassName
{
background-color: #989C9D;
}
.BgClassName
{
background-color: #989C9D;
}
</style>
border-color css
<style>
span { border-color: #989C9D; }
span { border-color: rgb(152,156,157); }
td.TdClassName
{
border-color: #989C9D;
}
.TagClassName
{
border-color: #989C9D;
}
</style>