Shades of Submarine #888F90
Tints of Submarine #888F90
RGB
CMYK
RGB Variations
Color information
#888F90 (or 0x888F90) is known color: Submarine. HEX triplet: 88, 8F and 90. RGB value is (136,143,144). Sum of RGB (Red+Green+Blue) = 136+143+144=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 144 - color contains mainly: blue. Hex color #888F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F90 is #77706F. Grayscale: #8D8D8D. Windows color (decimal): -7827568 or 9473928. OLE color: 9473928.
HSL color Cylindrical-coordinate representation of color #888F90: hue angle of 187.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888F90 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 144 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.44 |
| HSL | 187.5º | 0.03% | 0.55% | - |
| HSV(B) | 187.5º | 0.06% | 0.56% | - |
| XYZ | 25.01 | 26.89 | 30.26 | - |
| YUV | 141.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 144 | 0.06 | 0.01 | 0 | 0.44 | 187.5 | 0.03 | 0.55 |
| Hex | 88 | 8F | 90 | 6 | 1 | 0 | 2C | BC | 3 | 37 |
| Octal | 210 | 217 | 220 | 6 | 1 | 0 | 54 | 274 | 3 | 67 |
| Binary | 10001000 | 10001111 | 10010000 | 110 | 1 | 0 | 101100 | 10111100 | 11 | 110111 |
Color Harmonies of #888F90
Complementary color
Monochromatic Colors of #888F90
Black with #888F90
Text Example
Text Example
White with #888F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F90; }
p { color: rgb(136,143,144); }
H1.HeaderClassName
{
color: #888F90;
}
.AnyTagClassName
{
color: #888F90;
}
</style>
background-color css
<style>
a { background-color: #888F90; }
a { background-color: rgb(136,143,144); }
div.DivClassName
{
background-color: #888F90;
}
.BgClassName
{
background-color: #888F90;
}
</style>
border-color css
<style>
span { border-color: #888F90; }
span { border-color: rgb(136,143,144); }
td.TdClassName
{
border-color: #888F90;
}
.TagClassName
{
border-color: #888F90;
}
</style>