Shades of Submarine #869FA0
Tints of Submarine #869FA0
RGB
CMYK
RGB Variations
Color information
#869FA0 (or 0x869FA0) is known color: Submarine. HEX triplet: 86, 9F and A0. RGB value is (134,159,160). Sum of RGB (Red+Green+Blue) = 134+159+160=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 160 - color contains mainly: blue. Hex color #869FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869FA0 is #79605F. Grayscale: #979797. Windows color (decimal): -7954528 or 10526598. OLE color: 10526598.
HSL color Cylindrical-coordinate representation of color #869FA0: hue angle of 182.31º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869FA0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 159 | 160 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.37 |
| HSL | 182.31º | 0.12% | 0.58% | - |
| HSV(B) | 182.31º | 0.16% | 0.63% | - |
| XYZ | 28.57 | 32.4 | 38.01 | - |
| YUV | 151.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 160 | 0.16 | 0.01 | 0 | 0.37 | 182.31 | 0.12 | 0.58 |
| Hex | 86 | 9F | A0 | 10 | 1 | 0 | 25 | B6 | C | 3A |
| Octal | 206 | 237 | 240 | 20 | 1 | 0 | 45 | 266 | 14 | 72 |
| Binary | 10000110 | 10011111 | 10100000 | 10000 | 1 | 0 | 100101 | 10110110 | 1100 | 111010 |
Color Harmonies of #869FA0
Complementary color
Monochromatic Colors of #869FA0
Black with #869FA0
Text Example
Text Example
White with #869FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FA0; }
p { color: rgb(134,159,160); }
H1.HeaderClassName
{
color: #869FA0;
}
.AnyTagClassName
{
color: #869FA0;
}
</style>
background-color css
<style>
a { background-color: #869FA0; }
a { background-color: rgb(134,159,160); }
div.DivClassName
{
background-color: #869FA0;
}
.BgClassName
{
background-color: #869FA0;
}
</style>
border-color css
<style>
span { border-color: #869FA0; }
span { border-color: rgb(134,159,160); }
td.TdClassName
{
border-color: #869FA0;
}
.TagClassName
{
border-color: #869FA0;
}
</style>