Html Css Color HEX #894B6F Cosmic

📋 copy color: '#894B6F'

red 137 ◦ green 75 ◦ blue 111

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

Shades of Cosmic #894B6F

Tints of Cosmic #894B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 42.41%
G = 23.22%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#894B6F (or 0x894B6F) is known color: Cosmic. HEX triplet: 89, 4B and 6F. RGB value is (137,75,111). Sum of RGB (Red+Green+Blue) = 137+75+111=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #894B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B6F is #76B490. Grayscale: #616161. Windows color (decimal): -7779473 or 7293833. OLE color: 7293833.

HSL color Cylindrical-coordinate representation of color #894B6F: hue angle of 325.16º 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 #894B6F is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 75 111 -
CMYK 0 0.45 0.19 0.46
HSL 325.16º 0.29% 0.42% -
HSV(B) 325.16º 0.45% 0.54% -
XYZ 15.7 11.5 16.43 -
YUV 97.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 137 75 111 0 0.45 0.19 0.46 325.16 0.29 0.42
Hex 89 4B 6F 0 2D 13 2E 145 1D 2A
Octal 211 113 157 0 55 23 56 505 35 52
Binary 10001001 1001011 1101111 0 101101 10011 101110 101000101 11101 101010

Color Harmonies of #894B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B6F

Black with #894B6F

Text Example


Text Example

White with #894B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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