Shades of Cosmic #803F68
Tints of Cosmic #803F68
RGB
CMYK
RGB Variations
Color information
#803F68 (or 0x803F68) is known color: Cosmic. HEX triplet: 80, 3F and 68. RGB value is (128,63,104). Sum of RGB (Red+Green+Blue) = 128+63+104=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #803F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F68 is #7FC097. Grayscale: #575757. Windows color (decimal): -8372376 or 6832000. OLE color: 6832000.
HSL color Cylindrical-coordinate representation of color #803F68: hue angle of 322.15º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F68 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 104 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.50 |
| HSL | 322.15º | 0.34% | 0.37% | - |
| HSV(B) | 322.15º | 0.51% | 0.5% | - |
| XYZ | 13.18 | 9.14 | 14.17 | - |
| YUV | 87.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 104 | 0 | 0.51 | 0.19 | 0.50 | 322.15 | 0.34 | 0.37 |
| Hex | 80 | 3F | 68 | 0 | 33 | 13 | 32 | 142 | 22 | 25 |
| Octal | 200 | 77 | 150 | 0 | 63 | 23 | 62 | 502 | 42 | 45 |
| Binary | 10000000 | 111111 | 1101000 | 0 | 110011 | 10011 | 110010 | 101000010 | 100010 | 100101 |
Color Harmonies of #803F68
Complementary color
Monochromatic Colors of #803F68
Black with #803F68
Text Example
Text Example
White with #803F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F68; }
p { color: rgb(128,63,104); }
H1.HeaderClassName
{
color: #803F68;
}
.AnyTagClassName
{
color: #803F68;
}
</style>
background-color css
<style>
a { background-color: #803F68; }
a { background-color: rgb(128,63,104); }
div.DivClassName
{
background-color: #803F68;
}
.BgClassName
{
background-color: #803F68;
}
</style>
border-color css
<style>
span { border-color: #803F68; }
span { border-color: rgb(128,63,104); }
td.TdClassName
{
border-color: #803F68;
}
.TagClassName
{
border-color: #803F68;
}
</style>