#894069

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

Shades of Cosmic #894069

Tints of Cosmic #894069

Color information

#894069 (or 0x894069) is unknown color: approx Cosmic. HEX triplet: 89, 40 and 69. RGB value is (137,64,105). Sum of RGB (Red+Green+Blue) = 137+64+105=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894069 is #76BF96. Grayscale: #5A5A5A. Windows color (decimal): -7782295 or 6897801. OLE color: 6897801.

HSL color Cylindrical-coordinate representation of color #894069: hue angle of 326.3º 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 #894069 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13764105-
CMYK00.530.230.46
HSL326.3º36.32%39.41%-
HSV(B)326.3º53.28%53.73%-
XYZ14.710.0114.52-
YUV90.5136.18161.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=44.77%
G=20.92%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376410500.530.230.46326.336.3239.41
Hex894069035172E1462427
Octal21110015106527565064447
Binary1000100110000001101001011010110111101110101000110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894069; }

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

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

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

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

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

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

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

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