Html Css Color HEX #894465 Cosmic

📋 copy color: '#894465'

red 137 ◦ green 68 ◦ blue 101

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

Shades of Cosmic #894465

Tints of Cosmic #894465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 44.77%
G = 22.22%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894465 (or 0x894465) is known color: Cosmic. HEX triplet: 89, 44 and 65. RGB value is (137,68,101). Sum of RGB (Red+Green+Blue) = 137+68+101=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894465 is #76BB9A. Grayscale: #5C5C5C. Windows color (decimal): -7781275 or 6636681. OLE color: 6636681.

HSL color Cylindrical-coordinate representation of color #894465: hue angle of 331.3º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894465 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 68 101 -
CMYK 0 0.50 0.26 0.46
HSL 331.3º 0.34% 0.4% -
HSV(B) 331.3º 0.5% 0.54% -
XYZ 14.73 10.39 13.54 -
YUV 92.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 137 68 101 0 0.50 0.26 0.46 331.3 0.34 0.4
Hex 89 44 65 0 32 1A 2E 14B 22 28
Octal 211 104 145 0 62 32 56 513 42 50
Binary 10001001 1000100 1100101 0 110010 11010 101110 101001011 100010 101000

Color Harmonies of #894465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894465

Black with #894465

Text Example


Text Example

White with #894465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894465; }

 p { color: rgb(137,68,101); }

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

background-color css

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

 a { background-color: rgb(137,68,101); }

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

border-color css

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

 span { border-color: rgb(137,68,101); }

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