Html Css Color HEX #894769 Cosmic

📋 copy color: '#894769'

red 137 ◦ green 71 ◦ blue 105

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

Shades of Cosmic #894769

Tints of Cosmic #894769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.68%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 43.77%
G = 22.68%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#894769 (or 0x894769) is known color: Cosmic. HEX triplet: 89, 47 and 69. RGB value is (137,71,105). Sum of RGB (Red+Green+Blue) = 137+71+105=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #894769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894769 is #76B896. Grayscale: #5E5E5E. Windows color (decimal): -7780503 or 6899593. OLE color: 6899593.

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

Color convert

RGB 137 71 105 -
CMYK 0 0.48 0.23 0.46
HSL 329.09º 0.32% 0.41% -
HSV(B) 329.09º 0.48% 0.54% -
XYZ 15.12 10.84 14.66 -
YUV 94.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 137 71 105 0 0.48 0.23 0.46 329.09 0.32 0.41
Hex 89 47 69 0 30 17 2E 149 20 29
Octal 211 107 151 0 60 27 56 511 40 51
Binary 10001001 1000111 1101001 0 110000 10111 101110 101001001 100000 101001

Color Harmonies of #894769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894769

Black with #894769

Text Example


Text Example

White with #894769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894769; }

 p { color: rgb(137,71,105); }

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

background-color css

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

 a { background-color: rgb(137,71,105); }

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

border-color css

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

 span { border-color: rgb(137,71,105); }

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