Shades of Submarine #7F989B
Tints of Submarine #7F989B
RGB
CMYK
RGB Variations
Color information
#7F989B (or 0x7F989B) is known color: Submarine. HEX triplet: 7F, 98 and 9B. RGB value is (127,152,155). Sum of RGB (Red+Green+Blue) = 127+152+155=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F989B is #806764. Grayscale: #909090. Windows color (decimal): -8415077 or 10197119. OLE color: 10197119.
HSL color Cylindrical-coordinate representation of color #7F989B: hue angle of 186.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F989B is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 152 | 155 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.39 |
| HSL | 186.43º | 0.12% | 0.55% | - |
| HSV(B) | 186.43º | 0.18% | 0.61% | - |
| XYZ | 25.9 | 29.34 | 35.31 | - |
| YUV | 144.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 155 | 0.18 | 0.02 | 0 | 0.39 | 186.43 | 0.12 | 0.55 |
| Hex | 7F | 98 | 9B | 12 | 2 | 0 | 27 | BA | C | 37 |
| Octal | 177 | 230 | 233 | 22 | 2 | 0 | 47 | 272 | 14 | 67 |
| Binary | 1111111 | 10011000 | 10011011 | 10010 | 10 | 0 | 100111 | 10111010 | 1100 | 110111 |
Color Harmonies of #7F989B
Complementary color
Monochromatic Colors of #7F989B
Black with #7F989B
Text Example
Text Example
White with #7F989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F989B; }
p { color: rgb(127,152,155); }
H1.HeaderClassName
{
color: #7F989B;
}
.AnyTagClassName
{
color: #7F989B;
}
</style>
background-color css
<style>
a { background-color: #7F989B; }
a { background-color: rgb(127,152,155); }
div.DivClassName
{
background-color: #7F989B;
}
.BgClassName
{
background-color: #7F989B;
}
</style>
border-color css
<style>
span { border-color: #7F989B; }
span { border-color: rgb(127,152,155); }
td.TdClassName
{
border-color: #7F989B;
}
.TagClassName
{
border-color: #7F989B;
}
</style>