Shades of Submarine #898F90
Tints of Submarine #898F90
RGB
CMYK
RGB Variations
Color information
#898F90 (or 0x898F90) is known color: Submarine. HEX triplet: 89, 8F and 90. RGB value is (137,143,144). Sum of RGB (Red+Green+Blue) = 137+143+144=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 144 - color contains mainly: blue. Hex color #898F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898F90 is #76706F. Grayscale: #8D8D8D. Windows color (decimal): -7762032 or 9473929. OLE color: 9473929.
HSL color Cylindrical-coordinate representation of color #898F90: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #898F90 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 144 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.44 |
| HSL | 188.57º | 0.03% | 0.55% | - |
| HSV(B) | 188.57º | 0.05% | 0.56% | - |
| XYZ | 25.17 | 26.98 | 30.27 | - |
| YUV | 141.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 144 | 0.05 | 0.01 | 0 | 0.44 | 188.57 | 0.03 | 0.55 |
| Hex | 89 | 8F | 90 | 5 | 1 | 0 | 2C | BD | 3 | 37 |
| Octal | 211 | 217 | 220 | 5 | 1 | 0 | 54 | 275 | 3 | 67 |
| Binary | 10001001 | 10001111 | 10010000 | 101 | 1 | 0 | 101100 | 10111101 | 11 | 110111 |
Color Harmonies of #898F90
Complementary color
Monochromatic Colors of #898F90
Black with #898F90
Text Example
Text Example
White with #898F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F90; }
p { color: rgb(137,143,144); }
H1.HeaderClassName
{
color: #898F90;
}
.AnyTagClassName
{
color: #898F90;
}
</style>
background-color css
<style>
a { background-color: #898F90; }
a { background-color: rgb(137,143,144); }
div.DivClassName
{
background-color: #898F90;
}
.BgClassName
{
background-color: #898F90;
}
</style>
border-color css
<style>
span { border-color: #898F90; }
span { border-color: rgb(137,143,144); }
td.TdClassName
{
border-color: #898F90;
}
.TagClassName
{
border-color: #898F90;
}
</style>