Html Css Color HEX #894672 Cosmic

📋 copy color: '#894672'

red 137 ◦ green 70 ◦ blue 114

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

Shades of Cosmic #894672

Tints of Cosmic #894672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 42.68%
G = 21.81%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#894672 (or 0x894672) is known color: Cosmic. HEX triplet: 89, 46 and 72. RGB value is (137,70,114). Sum of RGB (Red+Green+Blue) = 137+70+114=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #894672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894672 is #76B98D. Grayscale: #5E5E5E. Windows color (decimal): -7780750 or 7489161. OLE color: 7489161.

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

Color convert

RGB 137 70 114 -
CMYK 0 0.49 0.17 0.46
HSL 320.6º 0.32% 0.41% -
HSV(B) 320.6º 0.49% 0.54% -
XYZ 15.54 10.91 17.21 -
YUV 95.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 137 70 114 0 0.49 0.17 0.46 320.6 0.32 0.41
Hex 89 46 72 0 31 11 2E 141 20 29
Octal 211 106 162 0 61 21 56 501 40 51
Binary 10001001 1000110 1110010 0 110001 10001 101110 101000001 100000 101001

Color Harmonies of #894672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894672

Black with #894672

Text Example


Text Example

White with #894672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894672; }

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

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

background-color css

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

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

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

border-color css

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

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

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