Shades of Cosmic #8B4770
Tints of Cosmic #8B4770
RGB
CMYK
RGB Variations
Color information
#8B4770 (or 0x8B4770) is known color: Cosmic. HEX triplet: 8B, 47 and 70. RGB value is (139,71,112). Sum of RGB (Red+Green+Blue) = 139+71+112=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4770 is #74B88F. Grayscale: #5F5F5F. Windows color (decimal): -7649424 or 7358347. OLE color: 7358347.
HSL color Cylindrical-coordinate representation of color #8B4770: hue angle of 323.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B4770 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 112 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.45 |
| HSL | 323.82º | 0.32% | 0.41% | - |
| HSV(B) | 323.82º | 0.49% | 0.55% | - |
| XYZ | 15.83 | 11.17 | 16.65 | - |
| YUV | 96.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 112 | 0 | 0.49 | 0.19 | 0.45 | 323.82 | 0.32 | 0.41 |
| Hex | 8B | 47 | 70 | 0 | 31 | 13 | 2D | 144 | 20 | 29 |
| Octal | 213 | 107 | 160 | 0 | 61 | 23 | 55 | 504 | 40 | 51 |
| Binary | 10001011 | 1000111 | 1110000 | 0 | 110001 | 10011 | 101101 | 101000100 | 100000 | 101001 |
Color Harmonies of #8B4770
Complementary color
Monochromatic Colors of #8B4770
Black with #8B4770
Text Example
Text Example
White with #8B4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4770; }
p { color: rgb(139,71,112); }
H1.HeaderClassName
{
color: #8B4770;
}
.AnyTagClassName
{
color: #8B4770;
}
</style>
background-color css
<style>
a { background-color: #8B4770; }
a { background-color: rgb(139,71,112); }
div.DivClassName
{
background-color: #8B4770;
}
.BgClassName
{
background-color: #8B4770;
}
</style>
border-color css
<style>
span { border-color: #8B4770; }
span { border-color: rgb(139,71,112); }
td.TdClassName
{
border-color: #8B4770;
}
.TagClassName
{
border-color: #8B4770;
}
</style>