#894067

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

Shades of Cosmic #894067

Tints of Cosmic #894067

Color information

#894067 (or 0x894067) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 67. RGB value is (137,64,103). Sum of RGB (Red+Green+Blue) = 137+64+103=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #894067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894067 is #76BF98. Grayscale: #5A5A5A. Windows color (decimal): -7782297 or 6766729. OLE color: 6766729.

HSL color Cylindrical-coordinate representation of color #894067: hue angle of 327.95º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894067 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13764103-
CMYK00.530.250.46
HSL327.95º36.32%39.41%-
HSV(B)327.95º53.28%53.73%-
XYZ14.69.9613.99-
YUV90.27135.18161.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 103 (40.62% from 255) = 33.88%
R=45.07%
G=21.05%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376410300.530.250.46327.9536.3239.41
Hex894067035192E1482427
Octal21110014706531565104447
Binary1000100110000001100111011010111001101110101001000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894067; }

 p { color: rgb(137,64,103); }

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

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

 a { background-color: rgb(137,64,103); }

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

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

 span { border-color: rgb(137,64,103); }

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