Shades of Submarine #878F90
Tints of Submarine #878F90
RGB
CMYK
RGB Variations
Color information
#878F90 (or 0x878F90) is known color: Submarine. HEX triplet: 87, 8F and 90. RGB value is (135,143,144). Sum of RGB (Red+Green+Blue) = 135+143+144=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 144 - color contains mainly: blue. Hex color #878F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F90 is #78706F. Grayscale: #8C8C8C. Windows color (decimal): -7893104 or 9473927. OLE color: 9473927.
HSL color Cylindrical-coordinate representation of color #878F90: hue angle of 186.67º degrees, saturation: 0.04, 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 #878F90 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 144 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.44 |
| HSL | 186.67º | 0.04% | 0.55% | - |
| HSV(B) | 186.67º | 0.06% | 0.56% | - |
| XYZ | 24.85 | 26.81 | 30.25 | - |
| YUV | 140.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 144 | 0.06 | 0.01 | 0 | 0.44 | 186.67 | 0.04 | 0.55 |
| Hex | 87 | 8F | 90 | 6 | 1 | 0 | 2C | BB | 4 | 37 |
| Octal | 207 | 217 | 220 | 6 | 1 | 0 | 54 | 273 | 4 | 67 |
| Binary | 10000111 | 10001111 | 10010000 | 110 | 1 | 0 | 101100 | 10111011 | 100 | 110111 |
Color Harmonies of #878F90
Complementary color
Monochromatic Colors of #878F90
Black with #878F90
Text Example
Text Example
White with #878F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F90; }
p { color: rgb(135,143,144); }
H1.HeaderClassName
{
color: #878F90;
}
.AnyTagClassName
{
color: #878F90;
}
</style>
background-color css
<style>
a { background-color: #878F90; }
a { background-color: rgb(135,143,144); }
div.DivClassName
{
background-color: #878F90;
}
.BgClassName
{
background-color: #878F90;
}
</style>
border-color css
<style>
span { border-color: #878F90; }
span { border-color: rgb(135,143,144); }
td.TdClassName
{
border-color: #878F90;
}
.TagClassName
{
border-color: #878F90;
}
</style>