Shades of Cosmic #80466D
Tints of Cosmic #80466D
RGB
CMYK
RGB Variations
Color information
#80466D (or 0x80466D) is known color: Cosmic. HEX triplet: 80, 46 and 6D. RGB value is (128,70,109). Sum of RGB (Red+Green+Blue) = 128+70+109=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80466D is #7FB992. Grayscale: #5B5B5B. Windows color (decimal): -8370579 or 7161472. OLE color: 7161472.
HSL color Cylindrical-coordinate representation of color #80466D: hue angle of 319.66º 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 #80466D is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 109 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.50 |
| HSL | 319.66º | 0.29% | 0.39% | - |
| HSV(B) | 319.66º | 0.45% | 0.5% | - |
| XYZ | 13.85 | 10.07 | 15.68 | - |
| YUV | 91.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 109 | 0 | 0.45 | 0.15 | 0.50 | 319.66 | 0.29 | 0.39 |
| Hex | 80 | 46 | 6D | 0 | 2D | F | 32 | 140 | 1D | 27 |
| Octal | 200 | 106 | 155 | 0 | 55 | 17 | 62 | 500 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1101101 | 0 | 101101 | 1111 | 110010 | 101000000 | 11101 | 100111 |
Color Harmonies of #80466D
Complementary color
Monochromatic Colors of #80466D
Black with #80466D
Text Example
Text Example
White with #80466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80466D; }
p { color: rgb(128,70,109); }
H1.HeaderClassName
{
color: #80466D;
}
.AnyTagClassName
{
color: #80466D;
}
</style>
background-color css
<style>
a { background-color: #80466D; }
a { background-color: rgb(128,70,109); }
div.DivClassName
{
background-color: #80466D;
}
.BgClassName
{
background-color: #80466D;
}
</style>
border-color css
<style>
span { border-color: #80466D; }
span { border-color: rgb(128,70,109); }
td.TdClassName
{
border-color: #80466D;
}
.TagClassName
{
border-color: #80466D;
}
</style>