Html Css Color HEX #894674 Cosmic

📋 copy color: '#894674'

red 137 ◦ green 70 ◦ blue 116

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

Shades of Cosmic #894674

Tints of Cosmic #894674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 42.41%
G = 21.67%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894674 (or 0x894674) is known color: Cosmic. HEX triplet: 89, 46 and 74. RGB value is (137,70,116). Sum of RGB (Red+Green+Blue) = 137+70+116=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #894674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894674 is #76B98B. Grayscale: #5F5F5F. Windows color (decimal): -7780748 or 7620233. OLE color: 7620233.

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

Color convert

RGB 137 70 116 -
CMYK 0 0.49 0.15 0.46
HSL 318.81º 0.32% 0.41% -
HSV(B) 318.81º 0.49% 0.54% -
XYZ 15.66 10.96 17.81 -
YUV 95.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 137 70 116 0 0.49 0.15 0.46 318.81 0.32 0.41
Hex 89 46 74 0 31 F 2E 13F 20 29
Octal 211 106 164 0 61 17 56 477 40 51
Binary 10001001 1000110 1110100 0 110001 1111 101110 100111111 100000 101001

Color Harmonies of #894674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894674

Black with #894674

Text Example


Text Example

White with #894674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894674; }

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

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

background-color css

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

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

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

border-color css

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

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

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