Shades of Cosmic #854E68
Tints of Cosmic #854E68
RGB
CMYK
RGB Variations
Color information
#854E68 (or 0x854E68) is known color: Cosmic. HEX triplet: 85, 4E and 68. RGB value is (133,78,104). Sum of RGB (Red+Green+Blue) = 133+78+104=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E68 is #7AB197. Grayscale: #616161. Windows color (decimal): -8040856 or 6835845. OLE color: 6835845.
HSL color Cylindrical-coordinate representation of color #854E68: hue angle of 331.64º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E68 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 104 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.48 |
| HSL | 331.64º | 0.26% | 0.41% | - |
| HSV(B) | 331.64º | 0.41% | 0.52% | - |
| XYZ | 14.9 | 11.43 | 14.52 | - |
| YUV | 97.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 104 | 0 | 0.41 | 0.22 | 0.48 | 331.64 | 0.26 | 0.41 |
| Hex | 85 | 4E | 68 | 0 | 29 | 16 | 30 | 14C | 1A | 29 |
| Octal | 205 | 116 | 150 | 0 | 51 | 26 | 60 | 514 | 32 | 51 |
| Binary | 10000101 | 1001110 | 1101000 | 0 | 101001 | 10110 | 110000 | 101001100 | 11010 | 101001 |
Color Harmonies of #854E68
Complementary color
Monochromatic Colors of #854E68
Black with #854E68
Text Example
Text Example
White with #854E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E68; }
p { color: rgb(133,78,104); }
H1.HeaderClassName
{
color: #854E68;
}
.AnyTagClassName
{
color: #854E68;
}
</style>
background-color css
<style>
a { background-color: #854E68; }
a { background-color: rgb(133,78,104); }
div.DivClassName
{
background-color: #854E68;
}
.BgClassName
{
background-color: #854E68;
}
</style>
border-color css
<style>
span { border-color: #854E68; }
span { border-color: rgb(133,78,104); }
td.TdClassName
{
border-color: #854E68;
}
.TagClassName
{
border-color: #854E68;
}
</style>