Html Css Color HEX #864473 Cosmic

📋 copy color: '#864473'

red 134 ◦ green 68 ◦ blue 115

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

Shades of Cosmic #864473

Tints of Cosmic #864473

RGB

 RED value IS 134 (52.73% from 255) = 42.27%

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 42.27%
G = 21.45%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#864473 (or 0x864473) is known color: Cosmic. HEX triplet: 86, 44 and 73. RGB value is (134,68,115). Sum of RGB (Red+Green+Blue) = 134+68+115=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #864473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864473 is #79BB8C. Grayscale: #5C5C5C. Windows color (decimal): -7977869 or 7554182. OLE color: 7554182.

HSL color Cylindrical-coordinate representation of color #864473: hue angle of 317.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864473 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 68 115 -
CMYK 0 0.49 0.14 0.47
HSL 317.27º 0.33% 0.4% -
HSV(B) 317.27º 0.49% 0.53% -
XYZ 14.99 10.44 17.44 -
YUV 93.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 134 68 115 0 0.49 0.14 0.47 317.27 0.33 0.4
Hex 86 44 73 0 31 E 2F 13D 21 28
Octal 206 104 163 0 61 16 57 475 41 50
Binary 10000110 1000100 1110011 0 110001 1110 101111 100111101 100001 101000

Color Harmonies of #864473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864473

Black with #864473

Text Example


Text Example

White with #864473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864473; }

 p { color: rgb(134,68,115); }

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

background-color css

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

 a { background-color: rgb(134,68,115); }

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

border-color css

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

 span { border-color: rgb(134,68,115); }

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