#864E71

Color #864E71 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #864E71

Tints of Cosmic #864E71

Color information

#864E71 (or 0x864E71) is unknown color: approx Cosmic. HEX triplet: 86, 4E and 71. RGB value is (134,78,113). Sum of RGB (Red+Green+Blue) = 134+78+113=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #864E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E71 is #79B18E. Grayscale: #626262. Windows color (decimal): -7975311 or 7425670. OLE color: 7425670.

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

Color convert

RGB13478113-
CMYK00.420.160.47
HSL322.5º26.42%41.57%-
HSV(B)322.5º41.79%52.55%-
XYZ15.5411.7117.06-
YUV98.73136.05153.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=41.23%
G=24%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347811300.420.160.47322.526.4241.57
Hex864E7102A102F1421a2a
Octal20611616105220575023252
Binary100001101001110111000101010101000010111110100001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E71; }

 p { color: rgb(134,78,113); }

 H1.HeaderClassName
 {
   color: #864E71;
 }
 .AnyTagClassName
 {
   color: #864E71;
 }
</style>
background-color css

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

 a { background-color: rgb(134,78,113); }

 div.DivClassName
 {
   background-color: #864E71;
 }
 .BgClassName
 {
   background-color: #864E71;
 }
</style>
border-color css

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

 span { border-color: rgb(134,78,113); }

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