Html Css Color HEX #894368 Cosmic

📋 copy color: '#894368'

red 137 ◦ green 67 ◦ blue 104

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

Shades of Cosmic #894368

Tints of Cosmic #894368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 44.48%
G = 21.75%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#894368 (or 0x894368) is known color: Cosmic. HEX triplet: 89, 43 and 68. RGB value is (137,67,104). Sum of RGB (Red+Green+Blue) = 137+67+104=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894368 is #76BC97. Grayscale: #5C5C5C. Windows color (decimal): -7781528 or 6833033. OLE color: 6833033.

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

Color convert

RGB 137 67 104 -
CMYK 0 0.51 0.24 0.46
HSL 328.29º 0.34% 0.4% -
HSV(B) 328.29º 0.51% 0.54% -
XYZ 14.82 10.33 14.31 -
YUV 92.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 137 67 104 0 0.51 0.24 0.46 328.29 0.34 0.4
Hex 89 43 68 0 33 18 2E 148 22 28
Octal 211 103 150 0 63 30 56 510 42 50
Binary 10001001 1000011 1101000 0 110011 11000 101110 101001000 100010 101000

Color Harmonies of #894368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894368

Black with #894368

Text Example


Text Example

White with #894368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894368; }

 p { color: rgb(137,67,104); }

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

background-color css

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

 a { background-color: rgb(137,67,104); }

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

border-color css

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

 span { border-color: rgb(137,67,104); }

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