Shades of Submarine #809B9A
Tints of Submarine #809B9A
RGB
CMYK
RGB Variations
Color information
#809B9A (or 0x809B9A) is known color: Submarine. HEX triplet: 80, 9B and 9A. RGB value is (128,155,154). Sum of RGB (Red+Green+Blue) = 128+155+154=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #809B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B9A is #7F6465. Grayscale: #929292. Windows color (decimal): -8348774 or 10132352. OLE color: 10132352.
HSL color Cylindrical-coordinate representation of color #809B9A: hue angle of 177.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809B9A is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 155 | 154 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.39 |
| HSL | 177.78º | 0.12% | 0.55% | - |
| HSV(B) | 177.78º | 0.17% | 0.61% | - |
| XYZ | 26.46 | 30.36 | 35.04 | - |
| YUV | 146.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 154 | 0.17 | 0 | 0.01 | 0.39 | 177.78 | 0.12 | 0.55 |
| Hex | 80 | 9B | 9A | 11 | 0 | 1 | 27 | B2 | C | 37 |
| Octal | 200 | 233 | 232 | 21 | 0 | 1 | 47 | 262 | 14 | 67 |
| Binary | 10000000 | 10011011 | 10011010 | 10001 | 0 | 1 | 100111 | 10110010 | 1100 | 110111 |
Color Harmonies of #809B9A
Complementary color
Monochromatic Colors of #809B9A
Black with #809B9A
Text Example
Text Example
White with #809B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809B9A; }
p { color: rgb(128,155,154); }
H1.HeaderClassName
{
color: #809B9A;
}
.AnyTagClassName
{
color: #809B9A;
}
</style>
background-color css
<style>
a { background-color: #809B9A; }
a { background-color: rgb(128,155,154); }
div.DivClassName
{
background-color: #809B9A;
}
.BgClassName
{
background-color: #809B9A;
}
</style>
border-color css
<style>
span { border-color: #809B9A; }
span { border-color: rgb(128,155,154); }
td.TdClassName
{
border-color: #809B9A;
}
.TagClassName
{
border-color: #809B9A;
}
</style>