#894268

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

Shades of Cosmic #894268

Tints of Cosmic #894268

Color information

#894268 (or 0x894268) is unknown color: approx Cosmic. HEX triplet: 89, 42 and 68. RGB value is (137,66,104). Sum of RGB (Red+Green+Blue) = 137+66+104=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894268 is #76BD97. Grayscale: #5B5B5B. Windows color (decimal): -7781784 or 6832777. OLE color: 6832777.

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

Color convert

RGB13766104-
CMYK00.520.240.46
HSL327.89º34.98%39.8%-
HSV(B)327.89º51.82%53.73%-
XYZ14.7610.2114.29-
YUV91.56135.02160.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=44.63%
G=21.50%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376610400.520.240.46327.8934.9839.8
Hex894268034182E1482328
Octal21110215006430565104350
Binary1000100110000101101000011010011000101110101001000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894268; }

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

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

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

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

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

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

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

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