Html Css Color HEX #894472 Cosmic

📋 copy color: '#894472'

red 137 ◦ green 68 ◦ blue 114

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

Shades of Cosmic #894472

Tints of Cosmic #894472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 42.95%
G = 21.32%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#894472 (or 0x894472) is known color: Cosmic. HEX triplet: 89, 44 and 72. RGB value is (137,68,114). Sum of RGB (Red+Green+Blue) = 137+68+114=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #894472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894472 is #76BB8D. Grayscale: #5D5D5D. Windows color (decimal): -7781262 or 7488649. OLE color: 7488649.

HSL color Cylindrical-coordinate representation of color #894472: hue angle of 320º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894472 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 68 114 -
CMYK 0 0.50 0.17 0.46
HSL 320º 0.34% 0.4% -
HSV(B) 320º 0.5% 0.54% -
XYZ 15.42 10.67 17.17 -
YUV 93.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 137 68 114 0 0.50 0.17 0.46 320 0.34 0.4
Hex 89 44 72 0 32 11 2E 140 22 28
Octal 211 104 162 0 62 21 56 500 42 50
Binary 10001001 1000100 1110010 0 110010 10001 101110 101000000 100010 101000

Color Harmonies of #894472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894472

Black with #894472

Text Example


Text Example

White with #894472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894472; }

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

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

background-color css

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

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

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

border-color css

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

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

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