#864B6D

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

Shades of Cosmic #864B6D

Tints of Cosmic #864B6D

Color information

#864B6D (or 0x864B6D) is unknown color: approx Cosmic. HEX triplet: 86, 4B and 6D. RGB value is (134,75,109). Sum of RGB (Red+Green+Blue) = 134+75+109=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #864B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B6D is #79B492. Grayscale: #606060. Windows color (decimal): -7976083 or 7162758. OLE color: 7162758.

HSL color Cylindrical-coordinate representation of color #864B6D: hue angle of 325.42º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B6D is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13475109-
CMYK00.440.190.47
HSL325.42º28.23%40.98%-
HSV(B)325.42º44.03%52.55%-
XYZ15.1111.215.83-
YUV96.52135.05154.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=42.14%
G=23.58%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347510900.440.190.47325.4228.2340.98
Hex864B6D02C132F1451c29
Octal20611315505423575053451
Binary100001101001011110110101011001001110111110100010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,109); }

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

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

 a { background-color: rgb(134,75,109); }

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

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

 span { border-color: rgb(134,75,109); }

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