Shades of Cosmic #87426C
Tints of Cosmic #87426C
RGB
CMYK
RGB Variations
Color information
#87426C (or 0x87426C) is known color: Cosmic. HEX triplet: 87, 42 and 6C. RGB value is (135,66,108). Sum of RGB (Red+Green+Blue) = 135+66+108=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87426C is #78BD93. Grayscale: #5B5B5B. Windows color (decimal): -7912852 or 7094919. OLE color: 7094919.
HSL color Cylindrical-coordinate representation of color #87426C: hue angle of 323.48º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87426C is Cyan = 0, Magento = 0.51, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 108 | - |
| CMYK | 0 | 0.51 | 0.2 | 0.47 |
| HSL | 323.48º | 0.34% | 0.39% | - |
| HSV(B) | 323.48º | 0.51% | 0.53% | - |
| XYZ | 14.65 | 10.13 | 15.37 | - |
| YUV | 91.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 108 | 0 | 0.51 | 0.2 | 0.47 | 323.48 | 0.34 | 0.39 |
| Hex | 87 | 42 | 6C | 0 | 33 | 14 | 2F | 143 | 22 | 27 |
| Octal | 207 | 102 | 154 | 0 | 63 | 24 | 57 | 503 | 42 | 47 |
| Binary | 10000111 | 1000010 | 1101100 | 0 | 110011 | 10100 | 101111 | 101000011 | 100010 | 100111 |
Color Harmonies of #87426C
Complementary color
Monochromatic Colors of #87426C
Black with #87426C
Text Example
Text Example
White with #87426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87426C; }
p { color: rgb(135,66,108); }
H1.HeaderClassName
{
color: #87426C;
}
.AnyTagClassName
{
color: #87426C;
}
</style>
background-color css
<style>
a { background-color: #87426C; }
a { background-color: rgb(135,66,108); }
div.DivClassName
{
background-color: #87426C;
}
.BgClassName
{
background-color: #87426C;
}
</style>
border-color css
<style>
span { border-color: #87426C; }
span { border-color: rgb(135,66,108); }
td.TdClassName
{
border-color: #87426C;
}
.TagClassName
{
border-color: #87426C;
}
</style>