Shades of Submarine #919C9A
Tints of Submarine #919C9A
RGB
CMYK
RGB Variations
Color information
#919C9A (or 0x919C9A) is known color: Submarine. HEX triplet: 91, 9C and 9A. RGB value is (145,156,154). Sum of RGB (Red+Green+Blue) = 145+156+154=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 156 - color contains mainly: green. Hex color #919C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919C9A is #6E6365. Grayscale: #989898. Windows color (decimal): -7234406 or 10132625. OLE color: 10132625.
HSL color Cylindrical-coordinate representation of color #919C9A: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #919C9A is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 154 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.39 |
| HSL | 169.09º | 0.05% | 0.59% | - |
| HSV(B) | 169.09º | 0.07% | 0.61% | - |
| XYZ | 29.4 | 32.13 | 35.22 | - |
| YUV | 152.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 154 | 0.07 | 0 | 0.01 | 0.39 | 169.09 | 0.05 | 0.59 |
| Hex | 91 | 9C | 9A | 7 | 0 | 1 | 27 | A9 | 5 | 3B |
| Octal | 221 | 234 | 232 | 7 | 0 | 1 | 47 | 251 | 5 | 73 |
| Binary | 10010001 | 10011100 | 10011010 | 111 | 0 | 1 | 100111 | 10101001 | 101 | 111011 |
Color Harmonies of #919C9A
Complementary color
Monochromatic Colors of #919C9A
Black with #919C9A
Text Example
Text Example
White with #919C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C9A; }
p { color: rgb(145,156,154); }
H1.HeaderClassName
{
color: #919C9A;
}
.AnyTagClassName
{
color: #919C9A;
}
</style>
background-color css
<style>
a { background-color: #919C9A; }
a { background-color: rgb(145,156,154); }
div.DivClassName
{
background-color: #919C9A;
}
.BgClassName
{
background-color: #919C9A;
}
</style>
border-color css
<style>
span { border-color: #919C9A; }
span { border-color: rgb(145,156,154); }
td.TdClassName
{
border-color: #919C9A;
}
.TagClassName
{
border-color: #919C9A;
}
</style>