#894874

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

Shades of Cosmic #894874

Tints of Cosmic #894874

Color information

#894874 (or 0x894874) is unknown color: approx Cosmic. HEX triplet: 89, 48 and 74. RGB value is (137,72,116). Sum of RGB (Red+Green+Blue) = 137+72+116=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894874 is #76B78B. Grayscale: #606060. Windows color (decimal): -7780236 or 7620745. OLE color: 7620745.

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

Color convert

RGB13772116-
CMYK00.470.150.46
HSL319.38º31.1%40.98%-
HSV(B)319.38º47.45%53.73%-
XYZ15.7911.2117.86-
YUV96.45139.03156.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=42.15%
G=22.15%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377211600.470.150.46319.3831.140.98
Hex89487402FF2E13f1f29
Octal21111016405717564773751
Binary10001001100100011101000101111111110111010011111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894874; }

 p { color: rgb(137,72,116); }

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

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

 a { background-color: rgb(137,72,116); }

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

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

 span { border-color: rgb(137,72,116); }

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