Html Css Color HEX #894A75 Cosmic

📋 copy color: '#894A75'

red 137 ◦ green 74 ◦ blue 117

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

Shades of Cosmic #894A75

Tints of Cosmic #894A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

 BLUE value IS 117 (46.09% from 255) = 35.67%

R = 41.77%
G = 22.56%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894A75 (or 0x894A75) is known color: Cosmic. HEX triplet: 89, 4A and 75. RGB value is (137,74,117). Sum of RGB (Red+Green+Blue) = 137+74+117=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #894A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A75 is #76B58A. Grayscale: #616161. Windows color (decimal): -7779723 or 7686793. OLE color: 7686793.

HSL color Cylindrical-coordinate representation of color #894A75: hue angle of 319.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A75 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 74 117 -
CMYK 0 0.46 0.15 0.46
HSL 319.05º 0.3% 0.41% -
HSV(B) 319.05º 0.46% 0.54% -
XYZ 15.98 11.5 18.21 -
YUV 97.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 137 74 117 0 0.46 0.15 0.46 319.05 0.3 0.41
Hex 89 4A 75 0 2E F 2E 13F 1E 29
Octal 211 112 165 0 56 17 56 477 36 51
Binary 10001001 1001010 1110101 0 101110 1111 101110 100111111 11110 101001

Color Harmonies of #894A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A75

Black with #894A75

Text Example


Text Example

White with #894A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,74,117); }

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

background-color css

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

 a { background-color: rgb(137,74,117); }

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

border-color css

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

 span { border-color: rgb(137,74,117); }

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