Html Css Color HEX #894675 Cosmic

📋 copy color: '#894675'

red 137 ◦ green 70 ◦ blue 117

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

Shades of Cosmic #894675

Tints of Cosmic #894675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.6%

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

R = 42.28%
G = 21.6%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894675 (or 0x894675) is known color: Cosmic. HEX triplet: 89, 46 and 75. RGB value is (137,70,117). Sum of RGB (Red+Green+Blue) = 137+70+117=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #894675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894675 is #76B98A. Grayscale: #5F5F5F. Windows color (decimal): -7780747 or 7685769. OLE color: 7685769.

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

Color convert

RGB 137 70 117 -
CMYK 0 0.49 0.15 0.46
HSL 317.91º 0.32% 0.41% -
HSV(B) 317.91º 0.49% 0.54% -
XYZ 15.72 10.98 18.12 -
YUV 95.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 137 70 117 0 0.49 0.15 0.46 317.91 0.32 0.41
Hex 89 46 75 0 31 F 2E 13E 20 29
Octal 211 106 165 0 61 17 56 476 40 51
Binary 10001001 1000110 1110101 0 110001 1111 101110 100111110 100000 101001

Color Harmonies of #894675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894675

Black with #894675

Text Example


Text Example

White with #894675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894675; }

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

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

background-color css

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

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

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

border-color css

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

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

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