Html Css Color HEX #894069 Cosmic

📋 copy color: '#894069'

red 137 ◦ green 64 ◦ blue 105

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

Shades of Cosmic #894069

Tints of Cosmic #894069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

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

R = 44.77%
G = 20.92%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#894069 (or 0x894069) is known color: Cosmic. HEX triplet: 89, 40 and 69. RGB value is (137,64,105). Sum of RGB (Red+Green+Blue) = 137+64+105=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894069 is #76BF96. Grayscale: #5A5A5A. Windows color (decimal): -7782295 or 6897801. OLE color: 6897801.

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

Color convert

RGB 137 64 105 -
CMYK 0 0.53 0.23 0.46
HSL 326.3º 0.36% 0.39% -
HSV(B) 326.3º 0.53% 0.54% -
XYZ 14.7 10.01 14.52 -
YUV 90.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 137 64 105 0 0.53 0.23 0.46 326.3 0.36 0.39
Hex 89 40 69 0 35 17 2E 146 24 27
Octal 211 100 151 0 65 27 56 506 44 47
Binary 10001001 1000000 1101001 0 110101 10111 101110 101000110 100100 100111

Color Harmonies of #894069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894069

Black with #894069

Text Example


Text Example

White with #894069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894069; }

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

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

background-color css

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

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

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

border-color css

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

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

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