Shades of Submarine #929FA1
Tints of Submarine #929FA1
RGB
CMYK
RGB Variations
Color information
#929FA1 (or 0x929FA1) is known color: Submarine. HEX triplet: 92, 9F and A1. RGB value is (146,159,161). Sum of RGB (Red+Green+Blue) = 146+159+161=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 161 - color contains mainly: blue. Hex color #929FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929FA1 is #6D605E. Grayscale: #9B9B9B. Windows color (decimal): -7168095 or 10592146. OLE color: 10592146.
HSL color Cylindrical-coordinate representation of color #929FA1: hue angle of 188º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #929FA1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 159 | 161 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.37 |
| HSL | 188º | 0.07% | 0.6% | - |
| HSV(B) | 188º | 0.09% | 0.63% | - |
| XYZ | 30.69 | 33.48 | 38.56 | - |
| YUV | 155.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 161 | 0.09 | 0.01 | 0 | 0.37 | 188 | 0.07 | 0.6 |
| Hex | 92 | 9F | A1 | 9 | 1 | 0 | 25 | BC | 7 | 3C |
| Octal | 222 | 237 | 241 | 11 | 1 | 0 | 45 | 274 | 7 | 74 |
| Binary | 10010010 | 10011111 | 10100001 | 1001 | 1 | 0 | 100101 | 10111100 | 111 | 111100 |
Color Harmonies of #929FA1
Complementary color
Monochromatic Colors of #929FA1
Black with #929FA1
Text Example
Text Example
White with #929FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929FA1; }
p { color: rgb(146,159,161); }
H1.HeaderClassName
{
color: #929FA1;
}
.AnyTagClassName
{
color: #929FA1;
}
</style>
background-color css
<style>
a { background-color: #929FA1; }
a { background-color: rgb(146,159,161); }
div.DivClassName
{
background-color: #929FA1;
}
.BgClassName
{
background-color: #929FA1;
}
</style>
border-color css
<style>
span { border-color: #929FA1; }
span { border-color: rgb(146,159,161); }
td.TdClassName
{
border-color: #929FA1;
}
.TagClassName
{
border-color: #929FA1;
}
</style>