Shades of Submarine #909C9D
Tints of Submarine #909C9D
RGB
CMYK
RGB Variations
Color information
#909C9D (or 0x909C9D) is known color: Submarine. HEX triplet: 90, 9C and 9D. RGB value is (144,156,157). Sum of RGB (Red+Green+Blue) = 144+156+157=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 157 - color contains mainly: blue. Hex color #909C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C9D is #6F6362. Grayscale: #989898. Windows color (decimal): -7299939 or 10329232. OLE color: 10329232.
HSL color Cylindrical-coordinate representation of color #909C9D: hue angle of 184.62º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909C9D is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 156 | 157 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.38 |
| HSL | 184.62º | 0.06% | 0.59% | - |
| HSV(B) | 184.62º | 0.08% | 0.62% | - |
| XYZ | 29.48 | 32.14 | 36.55 | - |
| YUV | 152.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 157 | 0.08 | 0.01 | 0 | 0.38 | 184.62 | 0.06 | 0.59 |
| Hex | 90 | 9C | 9D | 8 | 1 | 0 | 26 | B9 | 6 | 3B |
| Octal | 220 | 234 | 235 | 10 | 1 | 0 | 46 | 271 | 6 | 73 |
| Binary | 10010000 | 10011100 | 10011101 | 1000 | 1 | 0 | 100110 | 10111001 | 110 | 111011 |
Color Harmonies of #909C9D
Complementary color
Monochromatic Colors of #909C9D
Black with #909C9D
Text Example
Text Example
White with #909C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C9D; }
p { color: rgb(144,156,157); }
H1.HeaderClassName
{
color: #909C9D;
}
.AnyTagClassName
{
color: #909C9D;
}
</style>
background-color css
<style>
a { background-color: #909C9D; }
a { background-color: rgb(144,156,157); }
div.DivClassName
{
background-color: #909C9D;
}
.BgClassName
{
background-color: #909C9D;
}
</style>
border-color css
<style>
span { border-color: #909C9D; }
span { border-color: rgb(144,156,157); }
td.TdClassName
{
border-color: #909C9D;
}
.TagClassName
{
border-color: #909C9D;
}
</style>