Shades of Submarine #84989B
Tints of Submarine #84989B
RGB
CMYK
RGB Variations
Color information
#84989B (or 0x84989B) is known color: Submarine. HEX triplet: 84, 98 and 9B. RGB value is (132,152,155). Sum of RGB (Red+Green+Blue) = 132+152+155=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #84989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84989B is #7B6764. Grayscale: #929292. Windows color (decimal): -8087397 or 10197124. OLE color: 10197124.
HSL color Cylindrical-coordinate representation of color #84989B: hue angle of 187.83º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84989B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 152 | 155 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.39 |
| HSL | 187.83º | 0.1% | 0.56% | - |
| HSV(B) | 187.83º | 0.15% | 0.61% | - |
| XYZ | 26.66 | 29.73 | 35.34 | - |
| YUV | 146.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 155 | 0.15 | 0.02 | 0 | 0.39 | 187.83 | 0.1 | 0.56 |
| Hex | 84 | 98 | 9B | F | 2 | 0 | 27 | BC | A | 38 |
| Octal | 204 | 230 | 233 | 17 | 2 | 0 | 47 | 274 | 12 | 70 |
| Binary | 10000100 | 10011000 | 10011011 | 1111 | 10 | 0 | 100111 | 10111100 | 1010 | 111000 |
Color Harmonies of #84989B
Complementary color
Monochromatic Colors of #84989B
Black with #84989B
Text Example
Text Example
White with #84989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84989B; }
p { color: rgb(132,152,155); }
H1.HeaderClassName
{
color: #84989B;
}
.AnyTagClassName
{
color: #84989B;
}
</style>
background-color css
<style>
a { background-color: #84989B; }
a { background-color: rgb(132,152,155); }
div.DivClassName
{
background-color: #84989B;
}
.BgClassName
{
background-color: #84989B;
}
</style>
border-color css
<style>
span { border-color: #84989B; }
span { border-color: rgb(132,152,155); }
td.TdClassName
{
border-color: #84989B;
}
.TagClassName
{
border-color: #84989B;
}
</style>