#894A75

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

Shades of Cosmic #894A75

Tints of Cosmic #894A75

Color information

#894A75 (or 0x894A75) is unknown color: approx Cosmic. HEX triplet: 89, 4A and 75. RGB value is (137,74,117). Sum of RGB (Red+Green+Blue) = 137+74+117=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #894A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A75 is #76B58A. Grayscale: #616161. Windows color (decimal): -7779723 or 7686793. OLE color: 7686793.

HSL color Cylindrical-coordinate representation of color #894A75: hue angle of 319.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A75 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB13774117-
CMYK00.460.150.46
HSL319.05º29.86%41.37%-
HSV(B)319.05º45.99%53.73%-
XYZ15.9811.518.21-
YUV97.74138.87156-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=41.77%
G=22.56%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377411700.460.150.46319.0529.8641.37
Hex894A7502EF2E13f1e29
Octal21111216505617564773651
Binary10001001100101011101010101110111110111010011111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,74,117); }

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

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

 a { background-color: rgb(137,74,117); }

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

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

 span { border-color: rgb(137,74,117); }

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