Shades of Cosmic #80466F
Tints of Cosmic #80466F
RGB
CMYK
RGB Variations
Color information
#80466F (or 0x80466F) is known color: Cosmic. HEX triplet: 80, 46 and 6F. RGB value is (128,70,111). Sum of RGB (Red+Green+Blue) = 128+70+111=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80466F is #7FB990. Grayscale: #5B5B5B. Windows color (decimal): -8370577 or 7292544. OLE color: 7292544.
HSL color Cylindrical-coordinate representation of color #80466F: hue angle of 317.59º 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 #80466F is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 111 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.50 |
| HSL | 317.59º | 0.29% | 0.39% | - |
| HSV(B) | 317.59º | 0.45% | 0.5% | - |
| XYZ | 13.96 | 10.12 | 16.26 | - |
| YUV | 92.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 111 | 0 | 0.45 | 0.13 | 0.50 | 317.59 | 0.29 | 0.39 |
| Hex | 80 | 46 | 6F | 0 | 2D | D | 32 | 13E | 1D | 27 |
| Octal | 200 | 106 | 157 | 0 | 55 | 15 | 62 | 476 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1101111 | 0 | 101101 | 1101 | 110010 | 100111110 | 11101 | 100111 |
Color Harmonies of #80466F
Complementary color
Monochromatic Colors of #80466F
Black with #80466F
Text Example
Text Example
White with #80466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80466F; }
p { color: rgb(128,70,111); }
H1.HeaderClassName
{
color: #80466F;
}
.AnyTagClassName
{
color: #80466F;
}
</style>
background-color css
<style>
a { background-color: #80466F; }
a { background-color: rgb(128,70,111); }
div.DivClassName
{
background-color: #80466F;
}
.BgClassName
{
background-color: #80466F;
}
</style>
border-color css
<style>
span { border-color: #80466F; }
span { border-color: rgb(128,70,111); }
td.TdClassName
{
border-color: #80466F;
}
.TagClassName
{
border-color: #80466F;
}
</style>