#89466C

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

Shades of Cosmic #89466C

Tints of Cosmic #89466C

Color information

#89466C (or 0x89466C) is unknown color: approx Cosmic. HEX triplet: 89, 46 and 6C. RGB value is (137,70,108). Sum of RGB (Red+Green+Blue) = 137+70+108=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89466C is #76B993. Grayscale: #5E5E5E. Windows color (decimal): -7780756 or 7095945. OLE color: 7095945.

HSL color Cylindrical-coordinate representation of color #89466C: hue angle of 325.97º 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 #89466C is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13770108-
CMYK00.490.210.46
HSL325.97º32.37%40.59%-
HSV(B)325.97º48.91%53.73%-
XYZ15.2110.7815.47-
YUV94.36135.7158.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=43.49%
G=22.22%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377010800.490.210.46325.9732.3740.59
Hex89466C031152E1462029
Octal21110615406125565064051
Binary1000100110001101101100011000110101101110101000110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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