Shades of Submarine #939999
Tints of Submarine #939999
RGB
CMYK
RGB Variations
Color information
#939999 (or 0x939999) is known color: Submarine. HEX triplet: 93, 99 and 99. RGB value is (147,153,153). Sum of RGB (Red+Green+Blue) = 147+153+153=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #939999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939999 is #6C6666. Grayscale: #979797. Windows color (decimal): -7104103 or 10066323. OLE color: 10066323.
HSL color Cylindrical-coordinate representation of color #939999: hue angle of 180º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939999 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 153 | - |
| CMYK | 0.04 | 0 | 0 | 0.4 |
| HSL | 180º | 0.03% | 0.59% | - |
| HSV(B) | 180º | 0.04% | 0.6% | - |
| XYZ | 29.17 | 31.29 | 34.64 | - |
| YUV | 151.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 153 | 0.04 | 0 | 0 | 0.4 | 180 | 0.03 | 0.59 |
| Hex | 93 | 99 | 99 | 4 | 0 | 0 | 28 | B4 | 3 | 3B |
| Octal | 223 | 231 | 231 | 4 | 0 | 0 | 50 | 264 | 3 | 73 |
| Binary | 10010011 | 10011001 | 10011001 | 100 | 0 | 0 | 101000 | 10110100 | 11 | 111011 |
Color Harmonies of #939999
Complementary color
Monochromatic Colors of #939999
Black with #939999
Text Example
Text Example
White with #939999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939999; }
p { color: rgb(147,153,153); }
H1.HeaderClassName
{
color: #939999;
}
.AnyTagClassName
{
color: #939999;
}
</style>
background-color css
<style>
a { background-color: #939999; }
a { background-color: rgb(147,153,153); }
div.DivClassName
{
background-color: #939999;
}
.BgClassName
{
background-color: #939999;
}
</style>
border-color css
<style>
span { border-color: #939999; }
span { border-color: rgb(147,153,153); }
td.TdClassName
{
border-color: #939999;
}
.TagClassName
{
border-color: #939999;
}
</style>