Shades of Cosmic #86466B
Tints of Cosmic #86466B
RGB
CMYK
RGB Variations
Color information
#86466B (or 0x86466B) is known color: Cosmic. HEX triplet: 86, 46 and 6B. RGB value is (134,70,107). Sum of RGB (Red+Green+Blue) = 134+70+107=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86466B is #79B994. Grayscale: #5D5D5D. Windows color (decimal): -7977365 or 7030406. OLE color: 7030406.
HSL color Cylindrical-coordinate representation of color #86466B: hue angle of 325.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86466B is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 107 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.47 |
| HSL | 325.31º | 0.31% | 0.4% | - |
| HSV(B) | 325.31º | 0.48% | 0.53% | - |
| XYZ | 14.68 | 10.51 | 15.17 | - |
| YUV | 93.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 107 | 0 | 0.48 | 0.20 | 0.47 | 325.31 | 0.31 | 0.4 |
| Hex | 86 | 46 | 6B | 0 | 30 | 14 | 2F | 145 | 1F | 28 |
| Octal | 206 | 106 | 153 | 0 | 60 | 24 | 57 | 505 | 37 | 50 |
| Binary | 10000110 | 1000110 | 1101011 | 0 | 110000 | 10100 | 101111 | 101000101 | 11111 | 101000 |
Color Harmonies of #86466B
Complementary color
Monochromatic Colors of #86466B
Black with #86466B
Text Example
Text Example
White with #86466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86466B; }
p { color: rgb(134,70,107); }
H1.HeaderClassName
{
color: #86466B;
}
.AnyTagClassName
{
color: #86466B;
}
</style>
background-color css
<style>
a { background-color: #86466B; }
a { background-color: rgb(134,70,107); }
div.DivClassName
{
background-color: #86466B;
}
.BgClassName
{
background-color: #86466B;
}
</style>
border-color css
<style>
span { border-color: #86466B; }
span { border-color: rgb(134,70,107); }
td.TdClassName
{
border-color: #86466B;
}
.TagClassName
{
border-color: #86466B;
}
</style>