#894368

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

Shades of Cosmic #894368

Tints of Cosmic #894368

Color information

#894368 (or 0x894368) is unknown color: approx Cosmic. HEX triplet: 89, 43 and 68. RGB value is (137,67,104). Sum of RGB (Red+Green+Blue) = 137+67+104=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894368 is #76BC97. Grayscale: #5C5C5C. Windows color (decimal): -7781528 or 6833033. OLE color: 6833033.

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

Color convert

RGB13767104-
CMYK00.510.240.46
HSL328.29º34.31%40%-
HSV(B)328.29º51.09%53.73%-
XYZ14.8210.3314.31-
YUV92.15134.69159.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=44.48%
G=21.75%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376710400.510.240.46328.2934.3140
Hex894368033182E1482228
Octal21110315006330565104250
Binary1000100110000111101000011001111000101110101001000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894368; }

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

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

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

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

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

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

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

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