Shades of Cosmic #8B466E
Tints of Cosmic #8B466E
RGB
CMYK
RGB Variations
Color information
#8B466E (or 0x8B466E) is known color: Cosmic. HEX triplet: 8B, 46 and 6E. RGB value is (139,70,110). Sum of RGB (Red+Green+Blue) = 139+70+110=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B466E is #74B991. Grayscale: #5F5F5F. Windows color (decimal): -7649682 or 7227019. OLE color: 7227019.
HSL color Cylindrical-coordinate representation of color #8B466E: hue angle of 325.22º 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 #8B466E is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 110 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.45 |
| HSL | 325.22º | 0.33% | 0.41% | - |
| HSV(B) | 325.22º | 0.5% | 0.55% | - |
| XYZ | 15.65 | 11 | 16.05 | - |
| YUV | 95.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 110 | 0 | 0.50 | 0.21 | 0.45 | 325.22 | 0.33 | 0.41 |
| Hex | 8B | 46 | 6E | 0 | 32 | 15 | 2D | 145 | 21 | 29 |
| Octal | 213 | 106 | 156 | 0 | 62 | 25 | 55 | 505 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1101110 | 0 | 110010 | 10101 | 101101 | 101000101 | 100001 | 101001 |
Color Harmonies of #8B466E
Complementary color
Monochromatic Colors of #8B466E
Black with #8B466E
Text Example
Text Example
White with #8B466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B466E; }
p { color: rgb(139,70,110); }
H1.HeaderClassName
{
color: #8B466E;
}
.AnyTagClassName
{
color: #8B466E;
}
</style>
background-color css
<style>
a { background-color: #8B466E; }
a { background-color: rgb(139,70,110); }
div.DivClassName
{
background-color: #8B466E;
}
.BgClassName
{
background-color: #8B466E;
}
</style>
border-color css
<style>
span { border-color: #8B466E; }
span { border-color: rgb(139,70,110); }
td.TdClassName
{
border-color: #8B466E;
}
.TagClassName
{
border-color: #8B466E;
}
</style>