Shades of Cosmic #8B466D
Tints of Cosmic #8B466D
RGB
CMYK
RGB Variations
Color information
#8B466D (or 0x8B466D) is known color: Cosmic. HEX triplet: 8B, 46 and 6D. RGB value is (139,70,109). Sum of RGB (Red+Green+Blue) = 139+70+109=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B466D is #74B992. Grayscale: #5E5E5E. Windows color (decimal): -7649683 or 7161483. OLE color: 7161483.
HSL color Cylindrical-coordinate representation of color #8B466D: hue angle of 326.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B466D is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 109 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.45 |
| HSL | 326.09º | 0.33% | 0.41% | - |
| HSV(B) | 326.09º | 0.5% | 0.55% | - |
| XYZ | 15.6 | 10.97 | 15.76 | - |
| YUV | 95.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 109 | 0 | 0.50 | 0.22 | 0.45 | 326.09 | 0.33 | 0.41 |
| Hex | 8B | 46 | 6D | 0 | 32 | 16 | 2D | 146 | 21 | 29 |
| Octal | 213 | 106 | 155 | 0 | 62 | 26 | 55 | 506 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1101101 | 0 | 110010 | 10110 | 101101 | 101000110 | 100001 | 101001 |
Color Harmonies of #8B466D
Complementary color
Monochromatic Colors of #8B466D
Black with #8B466D
Text Example
Text Example
White with #8B466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B466D; }
p { color: rgb(139,70,109); }
H1.HeaderClassName
{
color: #8B466D;
}
.AnyTagClassName
{
color: #8B466D;
}
</style>
background-color css
<style>
a { background-color: #8B466D; }
a { background-color: rgb(139,70,109); }
div.DivClassName
{
background-color: #8B466D;
}
.BgClassName
{
background-color: #8B466D;
}
</style>
border-color css
<style>
span { border-color: #8B466D; }
span { border-color: rgb(139,70,109); }
td.TdClassName
{
border-color: #8B466D;
}
.TagClassName
{
border-color: #8B466D;
}
</style>