Shades of Cosmic #894B74
Tints of Cosmic #894B74
RGB
CMYK
RGB Variations
Color information
#894B74 (or 0x894B74) is known color: Cosmic. HEX triplet: 89, 4B and 74. RGB value is (137,75,116). Sum of RGB (Red+Green+Blue) = 137+75+116=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #894B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B74 is #76B48B. Grayscale: #626262. Windows color (decimal): -7779468 or 7621513. OLE color: 7621513.
HSL color Cylindrical-coordinate representation of color #894B74: hue angle of 320.32º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B74 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 116 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.46 |
| HSL | 320.32º | 0.29% | 0.42% | - |
| HSV(B) | 320.32º | 0.45% | 0.54% | - |
| XYZ | 15.98 | 11.61 | 17.92 | - |
| YUV | 98.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 116 | 0 | 0.45 | 0.15 | 0.46 | 320.32 | 0.29 | 0.42 |
| Hex | 89 | 4B | 74 | 0 | 2D | F | 2E | 140 | 1D | 2A |
| Octal | 211 | 113 | 164 | 0 | 55 | 17 | 56 | 500 | 35 | 52 |
| Binary | 10001001 | 1001011 | 1110100 | 0 | 101101 | 1111 | 101110 | 101000000 | 11101 | 101010 |
Color Harmonies of #894B74
Complementary color
Monochromatic Colors of #894B74
Black with #894B74
Text Example
Text Example
White with #894B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B74; }
p { color: rgb(137,75,116); }
H1.HeaderClassName
{
color: #894B74;
}
.AnyTagClassName
{
color: #894B74;
}
</style>
background-color css
<style>
a { background-color: #894B74; }
a { background-color: rgb(137,75,116); }
div.DivClassName
{
background-color: #894B74;
}
.BgClassName
{
background-color: #894B74;
}
</style>
border-color css
<style>
span { border-color: #894B74; }
span { border-color: rgb(137,75,116); }
td.TdClassName
{
border-color: #894B74;
}
.TagClassName
{
border-color: #894B74;
}
</style>