#894468

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

Shades of Cosmic #894468

Tints of Cosmic #894468

Color information

#894468 (or 0x894468) is unknown color: approx Cosmic. HEX triplet: 89, 44 and 68. RGB value is (137,68,104). Sum of RGB (Red+Green+Blue) = 137+68+104=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894468 is #76BB97. Grayscale: #5C5C5C. Windows color (decimal): -7781272 or 6833289. OLE color: 6833289.

HSL color Cylindrical-coordinate representation of color #894468: hue angle of 328.7º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894468 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB13768104-
CMYK00.500.240.46
HSL328.7º33.66%40.2%-
HSV(B)328.7º50.36%53.73%-
XYZ14.8810.4514.33-
YUV92.73134.36159.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=44.34%
G=22.01%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376810400.500.240.46328.733.6640.2
Hex894468032182E1492228
Octal21110415006230565114250
Binary1000100110001001101000011001011000101110101001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894468; }

 p { color: rgb(137,68,104); }

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

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

 a { background-color: rgb(137,68,104); }

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

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

 span { border-color: rgb(137,68,104); }

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