Shades of Cosmic #8B4670
Tints of Cosmic #8B4670
RGB
CMYK
RGB Variations
Color information
#8B4670 (or 0x8B4670) is known color: Cosmic. HEX triplet: 8B, 46 and 70. RGB value is (139,70,112). Sum of RGB (Red+Green+Blue) = 139+70+112=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4670 is #74B98F. Grayscale: #5F5F5F. Windows color (decimal): -7649680 or 7358091. OLE color: 7358091.
HSL color Cylindrical-coordinate representation of color #8B4670: hue angle of 323.48º 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 #8B4670 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 112 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.45 |
| HSL | 323.48º | 0.33% | 0.41% | - |
| HSV(B) | 323.48º | 0.5% | 0.55% | - |
| XYZ | 15.76 | 11.04 | 16.63 | - |
| YUV | 95.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 112 | 0 | 0.50 | 0.19 | 0.45 | 323.48 | 0.33 | 0.41 |
| Hex | 8B | 46 | 70 | 0 | 32 | 13 | 2D | 143 | 21 | 29 |
| Octal | 213 | 106 | 160 | 0 | 62 | 23 | 55 | 503 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1110000 | 0 | 110010 | 10011 | 101101 | 101000011 | 100001 | 101001 |
Color Harmonies of #8B4670
Complementary color
Monochromatic Colors of #8B4670
Black with #8B4670
Text Example
Text Example
White with #8B4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4670; }
p { color: rgb(139,70,112); }
H1.HeaderClassName
{
color: #8B4670;
}
.AnyTagClassName
{
color: #8B4670;
}
</style>
background-color css
<style>
a { background-color: #8B4670; }
a { background-color: rgb(139,70,112); }
div.DivClassName
{
background-color: #8B4670;
}
.BgClassName
{
background-color: #8B4670;
}
</style>
border-color css
<style>
span { border-color: #8B4670; }
span { border-color: rgb(139,70,112); }
td.TdClassName
{
border-color: #8B4670;
}
.TagClassName
{
border-color: #8B4670;
}
</style>