Shades of Cosmic #87466B
Tints of Cosmic #87466B
RGB
CMYK
RGB Variations
Color information
#87466B (or 0x87466B) is known color: Cosmic. HEX triplet: 87, 46 and 6B. RGB value is (135,70,107). Sum of RGB (Red+Green+Blue) = 135+70+107=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #87466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87466B is #78B994. Grayscale: #5D5D5D. Windows color (decimal): -7911829 or 7030407. OLE color: 7030407.
HSL color Cylindrical-coordinate representation of color #87466B: hue angle of 325.85º degrees, saturation: 0.32, 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 #87466B is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 107 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.47 |
| HSL | 325.85º | 0.32% | 0.4% | - |
| HSV(B) | 325.85º | 0.48% | 0.53% | - |
| XYZ | 14.84 | 10.59 | 15.17 | - |
| YUV | 93.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 107 | 0 | 0.48 | 0.21 | 0.47 | 325.85 | 0.32 | 0.4 |
| Hex | 87 | 46 | 6B | 0 | 30 | 15 | 2F | 146 | 20 | 28 |
| Octal | 207 | 106 | 153 | 0 | 60 | 25 | 57 | 506 | 40 | 50 |
| Binary | 10000111 | 1000110 | 1101011 | 0 | 110000 | 10101 | 101111 | 101000110 | 100000 | 101000 |
Color Harmonies of #87466B
Complementary color
Monochromatic Colors of #87466B
Black with #87466B
Text Example
Text Example
White with #87466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87466B; }
p { color: rgb(135,70,107); }
H1.HeaderClassName
{
color: #87466B;
}
.AnyTagClassName
{
color: #87466B;
}
</style>
background-color css
<style>
a { background-color: #87466B; }
a { background-color: rgb(135,70,107); }
div.DivClassName
{
background-color: #87466B;
}
.BgClassName
{
background-color: #87466B;
}
</style>
border-color css
<style>
span { border-color: #87466B; }
span { border-color: rgb(135,70,107); }
td.TdClassName
{
border-color: #87466B;
}
.TagClassName
{
border-color: #87466B;
}
</style>