#894E72

Color #894E72 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #894E72

Tints of Cosmic #894E72

Color information

#894E72 (or 0x894E72) is unknown color: approx Cosmic. HEX triplet: 89, 4E and 72. RGB value is (137,78,114). Sum of RGB (Red+Green+Blue) = 137+78+114=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #894E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E72 is #76B18D. Grayscale: #636363. Windows color (decimal): -7778702 or 7491209. OLE color: 7491209.

HSL color Cylindrical-coordinate representation of color #894E72: hue angle of 323.39º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #894E72 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13778114-
CMYK00.430.170.46
HSL323.39º27.44%42.16%-
HSV(B)323.39º43.07%53.73%-
XYZ16.0811.9817.38-
YUV99.74136.05154.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=41.64%
G=23.71%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377811400.430.170.46323.3927.4442.16
Hex894E7202B112E1431b2a
Octal21111616205321565033352
Binary100010011001110111001001010111000110111010100001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894E72; }

 p { color: rgb(137,78,114); }

 H1.HeaderClassName
 {
   color: #894E72;
 }
 .AnyTagClassName
 {
   color: #894E72;
 }
</style>
background-color css

<style>
 a { background-color: #894E72; }

 a { background-color: rgb(137,78,114); }

 div.DivClassName
 {
   background-color: #894E72;
 }
 .BgClassName
 {
   background-color: #894E72;
 }
</style>
border-color css

<style>
 span { border-color: #894E72; }

 span { border-color: rgb(137,78,114); }

 td.TdClassName
 {
   border-color: #894E72;
 }
 .TagClassName
 {
   border-color: #894E72;
 }
</style>