Shades of Cosmic #80466E
Tints of Cosmic #80466E
RGB
CMYK
RGB Variations
Color information
#80466E (or 0x80466E) is known color: Cosmic. HEX triplet: 80, 46 and 6E. RGB value is (128,70,110). Sum of RGB (Red+Green+Blue) = 128+70+110=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80466E is #7FB991. Grayscale: #5B5B5B. Windows color (decimal): -8370578 or 7227008. OLE color: 7227008.
HSL color Cylindrical-coordinate representation of color #80466E: hue angle of 318.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80466E is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 110 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.50 |
| HSL | 318.62º | 0.29% | 0.39% | - |
| HSV(B) | 318.62º | 0.45% | 0.5% | - |
| XYZ | 13.91 | 10.1 | 15.97 | - |
| YUV | 91.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 110 | 0 | 0.45 | 0.14 | 0.50 | 318.62 | 0.29 | 0.39 |
| Hex | 80 | 46 | 6E | 0 | 2D | E | 32 | 13F | 1D | 27 |
| Octal | 200 | 106 | 156 | 0 | 55 | 16 | 62 | 477 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1101110 | 0 | 101101 | 1110 | 110010 | 100111111 | 11101 | 100111 |
Color Harmonies of #80466E
Complementary color
Monochromatic Colors of #80466E
Black with #80466E
Text Example
Text Example
White with #80466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80466E; }
p { color: rgb(128,70,110); }
H1.HeaderClassName
{
color: #80466E;
}
.AnyTagClassName
{
color: #80466E;
}
</style>
background-color css
<style>
a { background-color: #80466E; }
a { background-color: rgb(128,70,110); }
div.DivClassName
{
background-color: #80466E;
}
.BgClassName
{
background-color: #80466E;
}
</style>
border-color css
<style>
span { border-color: #80466E; }
span { border-color: rgb(128,70,110); }
td.TdClassName
{
border-color: #80466E;
}
.TagClassName
{
border-color: #80466E;
}
</style>