Html Css Color HEX #894770 Cosmic

📋 copy color: '#894770'

red 137 ◦ green 71 ◦ blue 112

#894770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #894770

Tints of Cosmic #894770

RGB

 RED value IS 137 (53.91% from 255) = 42.81%

 GREEN value IS 71 (28.13% from 255) = 22.19%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 42.81%
G = 22.19%
B = 35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894770 (or 0x894770) is known color: Cosmic. HEX triplet: 89, 47 and 70. RGB value is (137,71,112). Sum of RGB (Red+Green+Blue) = 137+71+112=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894770 is #76B88F. Grayscale: #5F5F5F. Windows color (decimal): -7780496 or 7358345. OLE color: 7358345.

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

Color convert

RGB 137 71 112 -
CMYK 0 0.48 0.18 0.46
HSL 322.73º 0.32% 0.41% -
HSV(B) 322.73º 0.48% 0.54% -
XYZ 15.49 10.99 16.63 -
YUV 95.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 137 71 112 0 0.48 0.18 0.46 322.73 0.32 0.41
Hex 89 47 70 0 30 12 2E 143 20 29
Octal 211 107 160 0 60 22 56 503 40 51
Binary 10001001 1000111 1110000 0 110000 10010 101110 101000011 100000 101001

Color Harmonies of #894770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894770

Black with #894770

Text Example


Text Example

White with #894770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894770; }

 p { color: rgb(137,71,112); }

 H1.HeaderClassName
 {
   color: #894770;
 }
 .AnyTagClassName
 {
   color: #894770;
 }
</style>

background-color css

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

 a { background-color: rgb(137,71,112); }

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

border-color css

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

 span { border-color: rgb(137,71,112); }

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