Shades of Cosmic #8A486E
Tints of Cosmic #8A486E
RGB
CMYK
RGB Variations
Color information
#8A486E (or 0x8A486E) is known color: Cosmic. HEX triplet: 8A, 48 and 6E. RGB value is (138,72,110). Sum of RGB (Red+Green+Blue) = 138+72+110=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A486E is #75B791. Grayscale: #5F5F5F. Windows color (decimal): -7714706 or 7227530. OLE color: 7227530.
HSL color Cylindrical-coordinate representation of color #8A486E: hue angle of 325.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A486E is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 110 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.46 |
| HSL | 325.45º | 0.31% | 0.41% | - |
| HSV(B) | 325.45º | 0.48% | 0.54% | - |
| XYZ | 15.61 | 11.16 | 16.08 | - |
| YUV | 96.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 110 | 0 | 0.48 | 0.20 | 0.46 | 325.45 | 0.31 | 0.41 |
| Hex | 8A | 48 | 6E | 0 | 30 | 14 | 2E | 145 | 1F | 29 |
| Octal | 212 | 110 | 156 | 0 | 60 | 24 | 56 | 505 | 37 | 51 |
| Binary | 10001010 | 1001000 | 1101110 | 0 | 110000 | 10100 | 101110 | 101000101 | 11111 | 101001 |
Color Harmonies of #8A486E
Complementary color
Monochromatic Colors of #8A486E
Black with #8A486E
Text Example
Text Example
White with #8A486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A486E; }
p { color: rgb(138,72,110); }
H1.HeaderClassName
{
color: #8A486E;
}
.AnyTagClassName
{
color: #8A486E;
}
</style>
background-color css
<style>
a { background-color: #8A486E; }
a { background-color: rgb(138,72,110); }
div.DivClassName
{
background-color: #8A486E;
}
.BgClassName
{
background-color: #8A486E;
}
</style>
border-color css
<style>
span { border-color: #8A486E; }
span { border-color: rgb(138,72,110); }
td.TdClassName
{
border-color: #8A486E;
}
.TagClassName
{
border-color: #8A486E;
}
</style>