Shades of Submarine #949B9C
Tints of Submarine #949B9C
RGB
CMYK
RGB Variations
Color information
#949B9C (or 0x949B9C) is known color: Submarine. HEX triplet: 94, 9B and 9C. RGB value is (148,155,156). Sum of RGB (Red+Green+Blue) = 148+155+156=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 156 - color contains mainly: blue. Hex color #949B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B9C is #6B6463. Grayscale: #999999. Windows color (decimal): -7038052 or 10263444. OLE color: 10263444.
HSL color Cylindrical-coordinate representation of color #949B9C: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #949B9C is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 156 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.39 |
| HSL | 187.5º | 0.04% | 0.6% | - |
| HSV(B) | 187.5º | 0.05% | 0.61% | - |
| XYZ | 29.93 | 32.14 | 36.08 | - |
| YUV | 153.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 156 | 0.05 | 0.01 | 0 | 0.39 | 187.5 | 0.04 | 0.6 |
| Hex | 94 | 9B | 9C | 5 | 1 | 0 | 27 | BC | 4 | 3C |
| Octal | 224 | 233 | 234 | 5 | 1 | 0 | 47 | 274 | 4 | 74 |
| Binary | 10010100 | 10011011 | 10011100 | 101 | 1 | 0 | 100111 | 10111100 | 100 | 111100 |
Color Harmonies of #949B9C
Complementary color
Monochromatic Colors of #949B9C
Black with #949B9C
Text Example
Text Example
White with #949B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B9C; }
p { color: rgb(148,155,156); }
H1.HeaderClassName
{
color: #949B9C;
}
.AnyTagClassName
{
color: #949B9C;
}
</style>
background-color css
<style>
a { background-color: #949B9C; }
a { background-color: rgb(148,155,156); }
div.DivClassName
{
background-color: #949B9C;
}
.BgClassName
{
background-color: #949B9C;
}
</style>
border-color css
<style>
span { border-color: #949B9C; }
span { border-color: rgb(148,155,156); }
td.TdClassName
{
border-color: #949B9C;
}
.TagClassName
{
border-color: #949B9C;
}
</style>