Html Css Color HEX #894B70 Cosmic

📋 copy color: '#894B70'

red 137 ◦ green 75 ◦ blue 112

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

Shades of Cosmic #894B70

Tints of Cosmic #894B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.15%

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

R = 42.28%
G = 23.15%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894B70 (or 0x894B70) is known color: Cosmic. HEX triplet: 89, 4B and 70. RGB value is (137,75,112). Sum of RGB (Red+Green+Blue) = 137+75+112=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #894B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B70 is #76B48F. Grayscale: #616161. Windows color (decimal): -7779472 or 7359369. OLE color: 7359369.

HSL color Cylindrical-coordinate representation of color #894B70: hue angle of 324.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B70 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 75 112 -
CMYK 0 0.45 0.18 0.46
HSL 324.19º 0.29% 0.42% -
HSV(B) 324.19º 0.45% 0.54% -
XYZ 15.76 11.52 16.72 -
YUV 97.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 137 75 112 0 0.45 0.18 0.46 324.19 0.29 0.42
Hex 89 4B 70 0 2D 12 2E 144 1D 2A
Octal 211 113 160 0 55 22 56 504 35 52
Binary 10001001 1001011 1110000 0 101101 10010 101110 101000100 11101 101010

Color Harmonies of #894B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B70

Black with #894B70

Text Example


Text Example

White with #894B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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