Shades of Cosmic #86496B
Tints of Cosmic #86496B
RGB
CMYK
RGB Variations
Color information
#86496B (or 0x86496B) is known color: Cosmic. HEX triplet: 86, 49 and 6B. RGB value is (134,73,107). Sum of RGB (Red+Green+Blue) = 134+73+107=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86496B is #79B694. Grayscale: #5F5F5F. Windows color (decimal): -7976597 or 7031174. OLE color: 7031174.
HSL color Cylindrical-coordinate representation of color #86496B: hue angle of 326.56º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86496B is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 73 | 107 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.47 |
| HSL | 326.56º | 0.29% | 0.41% | - |
| HSV(B) | 326.56º | 0.46% | 0.53% | - |
| XYZ | 14.87 | 10.89 | 15.23 | - |
| YUV | 95.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 107 | 0 | 0.46 | 0.20 | 0.47 | 326.56 | 0.29 | 0.41 |
| Hex | 86 | 49 | 6B | 0 | 2E | 14 | 2F | 147 | 1D | 29 |
| Octal | 206 | 111 | 153 | 0 | 56 | 24 | 57 | 507 | 35 | 51 |
| Binary | 10000110 | 1001001 | 1101011 | 0 | 101110 | 10100 | 101111 | 101000111 | 11101 | 101001 |
Color Harmonies of #86496B
Complementary color
Monochromatic Colors of #86496B
Black with #86496B
Text Example
Text Example
White with #86496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86496B; }
p { color: rgb(134,73,107); }
H1.HeaderClassName
{
color: #86496B;
}
.AnyTagClassName
{
color: #86496B;
}
</style>
background-color css
<style>
a { background-color: #86496B; }
a { background-color: rgb(134,73,107); }
div.DivClassName
{
background-color: #86496B;
}
.BgClassName
{
background-color: #86496B;
}
</style>
border-color css
<style>
span { border-color: #86496B; }
span { border-color: rgb(134,73,107); }
td.TdClassName
{
border-color: #86496B;
}
.TagClassName
{
border-color: #86496B;
}
</style>