Shades of Submarine #869A9D
Tints of Submarine #869A9D
RGB
CMYK
RGB Variations
Color information
#869A9D (or 0x869A9D) is known color: Submarine. HEX triplet: 86, 9A and 9D. RGB value is (134,154,157). Sum of RGB (Red+Green+Blue) = 134+154+157=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #869A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A9D is #796562. Grayscale: #949494. Windows color (decimal): -7955811 or 10328710. OLE color: 10328710.
HSL color Cylindrical-coordinate representation of color #869A9D: hue angle of 187.83º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869A9D is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 154 | 157 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.38 |
| HSL | 187.83º | 0.11% | 0.57% | - |
| HSV(B) | 187.83º | 0.15% | 0.62% | - |
| XYZ | 27.47 | 30.61 | 36.36 | - |
| YUV | 148.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 157 | 0.15 | 0.02 | 0 | 0.38 | 187.83 | 0.11 | 0.57 |
| Hex | 86 | 9A | 9D | F | 2 | 0 | 26 | BC | B | 39 |
| Octal | 206 | 232 | 235 | 17 | 2 | 0 | 46 | 274 | 13 | 71 |
| Binary | 10000110 | 10011010 | 10011101 | 1111 | 10 | 0 | 100110 | 10111100 | 1011 | 111001 |
Color Harmonies of #869A9D
Complementary color
Monochromatic Colors of #869A9D
Black with #869A9D
Text Example
Text Example
White with #869A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A9D; }
p { color: rgb(134,154,157); }
H1.HeaderClassName
{
color: #869A9D;
}
.AnyTagClassName
{
color: #869A9D;
}
</style>
background-color css
<style>
a { background-color: #869A9D; }
a { background-color: rgb(134,154,157); }
div.DivClassName
{
background-color: #869A9D;
}
.BgClassName
{
background-color: #869A9D;
}
</style>
border-color css
<style>
span { border-color: #869A9D; }
span { border-color: rgb(134,154,157); }
td.TdClassName
{
border-color: #869A9D;
}
.TagClassName
{
border-color: #869A9D;
}
</style>