Shades of Submarine #939C9E
Tints of Submarine #939C9E
RGB
CMYK
RGB Variations
Color information
#939C9E (or 0x939C9E) is known color: Submarine. HEX triplet: 93, 9C and 9E. RGB value is (147,156,158). Sum of RGB (Red+Green+Blue) = 147+156+158=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 158 - color contains mainly: blue. Hex color #939C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939C9E is #6C6361. Grayscale: #999999. Windows color (decimal): -7103330 or 10394771. OLE color: 10394771.
HSL color Cylindrical-coordinate representation of color #939C9E: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #939C9E is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 156 | 158 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.38 |
| HSL | 190.91º | 0.05% | 0.6% | - |
| HSV(B) | 190.91º | 0.07% | 0.62% | - |
| XYZ | 30.09 | 32.45 | 37.02 | - |
| YUV | 153.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 158 | 0.07 | 0.01 | 0 | 0.38 | 190.91 | 0.05 | 0.6 |
| Hex | 93 | 9C | 9E | 7 | 1 | 0 | 26 | BF | 5 | 3C |
| Octal | 223 | 234 | 236 | 7 | 1 | 0 | 46 | 277 | 5 | 74 |
| Binary | 10010011 | 10011100 | 10011110 | 111 | 1 | 0 | 100110 | 10111111 | 101 | 111100 |
Color Harmonies of #939C9E
Complementary color
Monochromatic Colors of #939C9E
Black with #939C9E
Text Example
Text Example
White with #939C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939C9E; }
p { color: rgb(147,156,158); }
H1.HeaderClassName
{
color: #939C9E;
}
.AnyTagClassName
{
color: #939C9E;
}
</style>
background-color css
<style>
a { background-color: #939C9E; }
a { background-color: rgb(147,156,158); }
div.DivClassName
{
background-color: #939C9E;
}
.BgClassName
{
background-color: #939C9E;
}
</style>
border-color css
<style>
span { border-color: #939C9E; }
span { border-color: rgb(147,156,158); }
td.TdClassName
{
border-color: #939C9E;
}
.TagClassName
{
border-color: #939C9E;
}
</style>