Shades of Submarine #84969A
Tints of Submarine #84969A
RGB
CMYK
RGB Variations
Color information
#84969A (or 0x84969A) is known color: Submarine. HEX triplet: 84, 96 and 9A. RGB value is (132,150,154). Sum of RGB (Red+Green+Blue) = 132+150+154=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 154 - color contains mainly: blue. Hex color #84969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84969A is #7B6965. Grayscale: #919191. Windows color (decimal): -8087910 or 10131076. OLE color: 10131076.
HSL color Cylindrical-coordinate representation of color #84969A: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84969A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 150 | 154 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.40 |
| HSL | 190.91º | 0.1% | 0.56% | - |
| HSV(B) | 190.91º | 0.14% | 0.6% | - |
| XYZ | 26.25 | 29.05 | 34.8 | - |
| YUV | 145.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 154 | 0.14 | 0.03 | 0 | 0.40 | 190.91 | 0.1 | 0.56 |
| Hex | 84 | 96 | 9A | E | 3 | 0 | 28 | BF | A | 38 |
| Octal | 204 | 226 | 232 | 16 | 3 | 0 | 50 | 277 | 12 | 70 |
| Binary | 10000100 | 10010110 | 10011010 | 1110 | 11 | 0 | 101000 | 10111111 | 1010 | 111000 |
Color Harmonies of #84969A
Complementary color
Monochromatic Colors of #84969A
Black with #84969A
Text Example
Text Example
White with #84969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84969A; }
p { color: rgb(132,150,154); }
H1.HeaderClassName
{
color: #84969A;
}
.AnyTagClassName
{
color: #84969A;
}
</style>
background-color css
<style>
a { background-color: #84969A; }
a { background-color: rgb(132,150,154); }
div.DivClassName
{
background-color: #84969A;
}
.BgClassName
{
background-color: #84969A;
}
</style>
border-color css
<style>
span { border-color: #84969A; }
span { border-color: rgb(132,150,154); }
td.TdClassName
{
border-color: #84969A;
}
.TagClassName
{
border-color: #84969A;
}
</style>