Shades of Submarine #939B9A
Tints of Submarine #939B9A
RGB
CMYK
RGB Variations
Color information
#939B9A (or 0x939B9A) is known color: Submarine. HEX triplet: 93, 9B and 9A. RGB value is (147,155,154). Sum of RGB (Red+Green+Blue) = 147+155+154=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 155 - color contains mainly: green. Hex color #939B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B9A is #6C6465. Grayscale: #989898. Windows color (decimal): -7103590 or 10132371. OLE color: 10132371.
HSL color Cylindrical-coordinate representation of color #939B9A: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #939B9A is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 155 | 154 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.39 |
| HSL | 172.5º | 0.04% | 0.59% | - |
| HSV(B) | 172.5º | 0.05% | 0.61% | - |
| XYZ | 29.59 | 31.98 | 35.19 | - |
| YUV | 152.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 154 | 0.05 | 0 | 0.01 | 0.39 | 172.5 | 0.04 | 0.59 |
| Hex | 93 | 9B | 9A | 5 | 0 | 1 | 27 | AC | 4 | 3B |
| Octal | 223 | 233 | 232 | 5 | 0 | 1 | 47 | 254 | 4 | 73 |
| Binary | 10010011 | 10011011 | 10011010 | 101 | 0 | 1 | 100111 | 10101100 | 100 | 111011 |
Color Harmonies of #939B9A
Complementary color
Monochromatic Colors of #939B9A
Black with #939B9A
Text Example
Text Example
White with #939B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939B9A; }
p { color: rgb(147,155,154); }
H1.HeaderClassName
{
color: #939B9A;
}
.AnyTagClassName
{
color: #939B9A;
}
</style>
background-color css
<style>
a { background-color: #939B9A; }
a { background-color: rgb(147,155,154); }
div.DivClassName
{
background-color: #939B9A;
}
.BgClassName
{
background-color: #939B9A;
}
</style>
border-color css
<style>
span { border-color: #939B9A; }
span { border-color: rgb(147,155,154); }
td.TdClassName
{
border-color: #939B9A;
}
.TagClassName
{
border-color: #939B9A;
}
</style>