Shades of Submarine #939D9F
Tints of Submarine #939D9F
RGB
CMYK
RGB Variations
Color information
#939D9F (or 0x939D9F) is known color: Submarine. HEX triplet: 93, 9D and 9F. RGB value is (147,157,159). Sum of RGB (Red+Green+Blue) = 147+157+159=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 159 - color contains mainly: blue. Hex color #939D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D9F is #6C6260. Grayscale: #9A9A9A. Windows color (decimal): -7103073 or 10460563. OLE color: 10460563.
HSL color Cylindrical-coordinate representation of color #939D9F: hue angle of 190º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #939D9F is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 157 | 159 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.38 |
| HSL | 190º | 0.06% | 0.6% | - |
| HSV(B) | 190º | 0.08% | 0.62% | - |
| XYZ | 30.35 | 32.82 | 37.54 | - |
| YUV | 154.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 157 | 159 | 0.08 | 0.01 | 0 | 0.38 | 190 | 0.06 | 0.6 |
| Hex | 93 | 9D | 9F | 8 | 1 | 0 | 26 | BE | 6 | 3C |
| Octal | 223 | 235 | 237 | 10 | 1 | 0 | 46 | 276 | 6 | 74 |
| Binary | 10010011 | 10011101 | 10011111 | 1000 | 1 | 0 | 100110 | 10111110 | 110 | 111100 |
Color Harmonies of #939D9F
Complementary color
Monochromatic Colors of #939D9F
Black with #939D9F
Text Example
Text Example
White with #939D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939D9F; }
p { color: rgb(147,157,159); }
H1.HeaderClassName
{
color: #939D9F;
}
.AnyTagClassName
{
color: #939D9F;
}
</style>
background-color css
<style>
a { background-color: #939D9F; }
a { background-color: rgb(147,157,159); }
div.DivClassName
{
background-color: #939D9F;
}
.BgClassName
{
background-color: #939D9F;
}
</style>
border-color css
<style>
span { border-color: #939D9F; }
span { border-color: rgb(147,157,159); }
td.TdClassName
{
border-color: #939D9F;
}
.TagClassName
{
border-color: #939D9F;
}
</style>