Shades of Submarine #83989B
Tints of Submarine #83989B
RGB
CMYK
RGB Variations
Color information
#83989B (or 0x83989B) is known color: Submarine. HEX triplet: 83, 98 and 9B. RGB value is (131,152,155). Sum of RGB (Red+Green+Blue) = 131+152+155=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #83989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83989B is #7C6764. Grayscale: #929292. Windows color (decimal): -8152933 or 10197123. OLE color: 10197123.
HSL color Cylindrical-coordinate representation of color #83989B: hue angle of 187.5º degrees, saturation: 0.11, 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 #83989B is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 152 | 155 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.39 |
| HSL | 187.5º | 0.11% | 0.56% | - |
| HSV(B) | 187.5º | 0.15% | 0.61% | - |
| XYZ | 26.5 | 29.65 | 35.34 | - |
| YUV | 146.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 155 | 0.15 | 0.02 | 0 | 0.39 | 187.5 | 0.11 | 0.56 |
| Hex | 83 | 98 | 9B | F | 2 | 0 | 27 | BC | B | 38 |
| Octal | 203 | 230 | 233 | 17 | 2 | 0 | 47 | 274 | 13 | 70 |
| Binary | 10000011 | 10011000 | 10011011 | 1111 | 10 | 0 | 100111 | 10111100 | 1011 | 111000 |
Color Harmonies of #83989B
Complementary color
Monochromatic Colors of #83989B
Black with #83989B
Text Example
Text Example
White with #83989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83989B; }
p { color: rgb(131,152,155); }
H1.HeaderClassName
{
color: #83989B;
}
.AnyTagClassName
{
color: #83989B;
}
</style>
background-color css
<style>
a { background-color: #83989B; }
a { background-color: rgb(131,152,155); }
div.DivClassName
{
background-color: #83989B;
}
.BgClassName
{
background-color: #83989B;
}
</style>
border-color css
<style>
span { border-color: #83989B; }
span { border-color: rgb(131,152,155); }
td.TdClassName
{
border-color: #83989B;
}
.TagClassName
{
border-color: #83989B;
}
</style>