Shades of Submarine #939B9C
Tints of Submarine #939B9C
RGB
CMYK
RGB Variations
Color information
#939B9C (or 0x939B9C) is known color: Submarine. HEX triplet: 93, 9B and 9C. RGB value is (147,155,156). Sum of RGB (Red+Green+Blue) = 147+155+156=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 156 - color contains mainly: blue. Hex color #939B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B9C is #6C6463. Grayscale: #989898. Windows color (decimal): -7103588 or 10263443. OLE color: 10263443.
HSL color Cylindrical-coordinate representation of color #939B9C: hue angle of 186.67º 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 #939B9C is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 155 | 156 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.39 |
| HSL | 186.67º | 0.04% | 0.59% | - |
| HSV(B) | 186.67º | 0.06% | 0.61% | - |
| XYZ | 29.75 | 32.05 | 36.07 | - |
| YUV | 152.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 156 | 0.06 | 0.01 | 0 | 0.39 | 186.67 | 0.04 | 0.59 |
| Hex | 93 | 9B | 9C | 6 | 1 | 0 | 27 | BB | 4 | 3B |
| Octal | 223 | 233 | 234 | 6 | 1 | 0 | 47 | 273 | 4 | 73 |
| Binary | 10010011 | 10011011 | 10011100 | 110 | 1 | 0 | 100111 | 10111011 | 100 | 111011 |
Color Harmonies of #939B9C
Complementary color
Monochromatic Colors of #939B9C
Black with #939B9C
Text Example
Text Example
White with #939B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939B9C; }
p { color: rgb(147,155,156); }
H1.HeaderClassName
{
color: #939B9C;
}
.AnyTagClassName
{
color: #939B9C;
}
</style>
background-color css
<style>
a { background-color: #939B9C; }
a { background-color: rgb(147,155,156); }
div.DivClassName
{
background-color: #939B9C;
}
.BgClassName
{
background-color: #939B9C;
}
</style>
border-color css
<style>
span { border-color: #939B9C; }
span { border-color: rgb(147,155,156); }
td.TdClassName
{
border-color: #939B9C;
}
.TagClassName
{
border-color: #939B9C;
}
</style>