Shades of Submarine #939A9C
Tints of Submarine #939A9C
RGB
CMYK
RGB Variations
Color information
#939A9C (or 0x939A9C) is known color: Submarine. HEX triplet: 93, 9A and 9C. RGB value is (147,154,156). Sum of RGB (Red+Green+Blue) = 147+154+156=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 156 - color contains mainly: blue. Hex color #939A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939A9C is #6C6563. Grayscale: #989898. Windows color (decimal): -7103844 or 10263187. OLE color: 10263187.
HSL color Cylindrical-coordinate representation of color #939A9C: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #939A9C is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 154 | 156 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.39 |
| HSL | 193.33º | 0.04% | 0.59% | - |
| HSV(B) | 193.33º | 0.06% | 0.61% | - |
| XYZ | 29.59 | 31.71 | 36.01 | - |
| YUV | 152.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 156 | 0.06 | 0.01 | 0 | 0.39 | 193.33 | 0.04 | 0.59 |
| Hex | 93 | 9A | 9C | 6 | 1 | 0 | 27 | C1 | 4 | 3B |
| Octal | 223 | 232 | 234 | 6 | 1 | 0 | 47 | 301 | 4 | 73 |
| Binary | 10010011 | 10011010 | 10011100 | 110 | 1 | 0 | 100111 | 11000001 | 100 | 111011 |
Color Harmonies of #939A9C
Complementary color
Monochromatic Colors of #939A9C
Black with #939A9C
Text Example
Text Example
White with #939A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939A9C; }
p { color: rgb(147,154,156); }
H1.HeaderClassName
{
color: #939A9C;
}
.AnyTagClassName
{
color: #939A9C;
}
</style>
background-color css
<style>
a { background-color: #939A9C; }
a { background-color: rgb(147,154,156); }
div.DivClassName
{
background-color: #939A9C;
}
.BgClassName
{
background-color: #939A9C;
}
</style>
border-color css
<style>
span { border-color: #939A9C; }
span { border-color: rgb(147,154,156); }
td.TdClassName
{
border-color: #939A9C;
}
.TagClassName
{
border-color: #939A9C;
}
</style>