Html Css Color HEX #894673 Cosmic

📋 copy color: '#894673'

red 137 ◦ green 70 ◦ blue 115

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

Shades of Cosmic #894673

Tints of Cosmic #894673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 42.55%
G = 21.74%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#894673 (or 0x894673) is known color: Cosmic. HEX triplet: 89, 46 and 73. RGB value is (137,70,115). Sum of RGB (Red+Green+Blue) = 137+70+115=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894673 is #76B98C. Grayscale: #5F5F5F. Windows color (decimal): -7780749 or 7554697. OLE color: 7554697.

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

Color convert

RGB 137 70 115 -
CMYK 0 0.49 0.16 0.46
HSL 319.7º 0.32% 0.41% -
HSV(B) 319.7º 0.49% 0.54% -
XYZ 15.6 10.94 17.51 -
YUV 95.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 137 70 115 0 0.49 0.16 0.46 319.7 0.32 0.41
Hex 89 46 73 0 31 10 2E 140 20 29
Octal 211 106 163 0 61 20 56 500 40 51
Binary 10001001 1000110 1110011 0 110001 10000 101110 101000000 100000 101001

Color Harmonies of #894673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894673

Black with #894673

Text Example


Text Example

White with #894673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894673; }

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

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

background-color css

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

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

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

border-color css

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

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

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