#89466E

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

Shades of Cosmic #89466E

Tints of Cosmic #89466E

Color information

#89466E (or 0x89466E) is unknown color: approx Cosmic. HEX triplet: 89, 46 and 6E. RGB value is (137,70,110). Sum of RGB (Red+Green+Blue) = 137+70+110=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #89466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89466E is #76B991. Grayscale: #5E5E5E. Windows color (decimal): -7780754 or 7227017. OLE color: 7227017.

HSL color Cylindrical-coordinate representation of color #89466E: hue angle of 324.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89466E is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13770110-
CMYK00.490.200.46
HSL324.18º32.37%40.59%-
HSV(B)324.18º48.91%53.73%-
XYZ15.3210.8216.03-
YUV94.59136.7158.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=43.22%
G=22.08%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377011000.490.200.46324.1832.3740.59
Hex89466E031142E1442029
Octal21110615606124565044051
Binary1000100110001101101110011000110100101110101000100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89466E; }

 p { color: rgb(137,70,110); }

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

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

 a { background-color: rgb(137,70,110); }

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

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

 span { border-color: rgb(137,70,110); }

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