Shades of Cosmic #804468
Tints of Cosmic #804468
RGB
CMYK
RGB Variations
Color information
#804468 (or 0x804468) is known color: Cosmic. HEX triplet: 80, 44 and 68. RGB value is (128,68,104). Sum of RGB (Red+Green+Blue) = 128+68+104=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #804468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804468 is #7FBB97. Grayscale: #595959. Windows color (decimal): -8371096 or 6833280. OLE color: 6833280.
HSL color Cylindrical-coordinate representation of color #804468: hue angle of 324º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804468 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 104 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.50 |
| HSL | 324º | 0.31% | 0.38% | - |
| HSV(B) | 324º | 0.47% | 0.5% | - |
| XYZ | 13.47 | 9.72 | 14.26 | - |
| YUV | 90.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 104 | 0 | 0.47 | 0.19 | 0.50 | 324 | 0.31 | 0.38 |
| Hex | 80 | 44 | 68 | 0 | 2F | 13 | 32 | 144 | 1F | 26 |
| Octal | 200 | 104 | 150 | 0 | 57 | 23 | 62 | 504 | 37 | 46 |
| Binary | 10000000 | 1000100 | 1101000 | 0 | 101111 | 10011 | 110010 | 101000100 | 11111 | 100110 |
Color Harmonies of #804468
Complementary color
Monochromatic Colors of #804468
Black with #804468
Text Example
Text Example
White with #804468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804468; }
p { color: rgb(128,68,104); }
H1.HeaderClassName
{
color: #804468;
}
.AnyTagClassName
{
color: #804468;
}
</style>
background-color css
<style>
a { background-color: #804468; }
a { background-color: rgb(128,68,104); }
div.DivClassName
{
background-color: #804468;
}
.BgClassName
{
background-color: #804468;
}
</style>
border-color css
<style>
span { border-color: #804468; }
span { border-color: rgb(128,68,104); }
td.TdClassName
{
border-color: #804468;
}
.TagClassName
{
border-color: #804468;
}
</style>