#894467

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

Shades of Cosmic #894467

Tints of Cosmic #894467

Color information

#894467 (or 0x894467) is unknown color: approx Cosmic. HEX triplet: 89, 44 and 67. RGB value is (137,68,103). Sum of RGB (Red+Green+Blue) = 137+68+103=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894467 is #76BB98. Grayscale: #5C5C5C. Windows color (decimal): -7781273 or 6767753. OLE color: 6767753.

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

Color convert

RGB13768103-
CMYK00.500.250.46
HSL329.57º33.66%40.2%-
HSV(B)329.57º50.36%53.73%-
XYZ14.8310.4314.06-
YUV92.62133.86159.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=44.48%
G=22.08%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376810300.500.250.46329.5733.6640.2
Hex894467032192E14a2228
Octal21110414706231565124250
Binary1000100110001001100111011001011001101110101001010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894467; }

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

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

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

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

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

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

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

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