Shades of Cosmic #803E68
Tints of Cosmic #803E68
RGB
CMYK
RGB Variations
Color information
#803E68 (or 0x803E68) is known color: Cosmic. HEX triplet: 80, 3E and 68. RGB value is (128,62,104). Sum of RGB (Red+Green+Blue) = 128+62+104=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #803E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E68 is #7FC197. Grayscale: #565656. Windows color (decimal): -8372632 or 6831744. OLE color: 6831744.
HSL color Cylindrical-coordinate representation of color #803E68: hue angle of 321.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E68 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 62 | 104 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.50 |
| HSL | 321.82º | 0.35% | 0.37% | - |
| HSV(B) | 321.82º | 0.52% | 0.5% | - |
| XYZ | 13.12 | 9.03 | 14.15 | - |
| YUV | 86.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 104 | 0 | 0.52 | 0.19 | 0.50 | 321.82 | 0.35 | 0.37 |
| Hex | 80 | 3E | 68 | 0 | 34 | 13 | 32 | 142 | 23 | 25 |
| Octal | 200 | 76 | 150 | 0 | 64 | 23 | 62 | 502 | 43 | 45 |
| Binary | 10000000 | 111110 | 1101000 | 0 | 110100 | 10011 | 110010 | 101000010 | 100011 | 100101 |
Color Harmonies of #803E68
Complementary color
Monochromatic Colors of #803E68
Black with #803E68
Text Example
Text Example
White with #803E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803E68; }
p { color: rgb(128,62,104); }
H1.HeaderClassName
{
color: #803E68;
}
.AnyTagClassName
{
color: #803E68;
}
</style>
background-color css
<style>
a { background-color: #803E68; }
a { background-color: rgb(128,62,104); }
div.DivClassName
{
background-color: #803E68;
}
.BgClassName
{
background-color: #803E68;
}
</style>
border-color css
<style>
span { border-color: #803E68; }
span { border-color: rgb(128,62,104); }
td.TdClassName
{
border-color: #803E68;
}
.TagClassName
{
border-color: #803E68;
}
</style>