Html Css Color HEX #864970 Cosmic

📋 copy color: '#864970'

red 134 ◦ green 73 ◦ blue 112

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

Shades of Cosmic #864970

Tints of Cosmic #864970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 42.01%
G = 22.88%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#864970 (or 0x864970) is known color: Cosmic. HEX triplet: 86, 49 and 70. RGB value is (134,73,112). Sum of RGB (Red+Green+Blue) = 134+73+112=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864970 is #79B68F. Grayscale: #5F5F5F. Windows color (decimal): -7976592 or 7358854. OLE color: 7358854.

HSL color Cylindrical-coordinate representation of color #864970: hue angle of 321.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864970 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 112 -
CMYK 0 0.46 0.16 0.47
HSL 321.64º 0.29% 0.41% -
HSV(B) 321.64º 0.46% 0.53% -
XYZ 15.14 11 16.66 -
YUV 95.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 134 73 112 0 0.46 0.16 0.47 321.64 0.29 0.41
Hex 86 49 70 0 2E 10 2F 142 1D 29
Octal 206 111 160 0 56 20 57 502 35 51
Binary 10000110 1001001 1110000 0 101110 10000 101111 101000010 11101 101001

Color Harmonies of #864970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864970

Black with #864970

Text Example


Text Example

White with #864970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864970; }

 p { color: rgb(134,73,112); }

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

background-color css

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

 a { background-color: rgb(134,73,112); }

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

border-color css

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

 span { border-color: rgb(134,73,112); }

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