#864868

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

Shades of Cosmic #864868

Tints of Cosmic #864868

Color information

#864868 (or 0x864868) is unknown color: approx Cosmic. HEX triplet: 86, 48 and 68. RGB value is (134,72,104). Sum of RGB (Red+Green+Blue) = 134+72+104=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #864868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864868 is #79B797. Grayscale: #5E5E5E. Windows color (decimal): -7976856 or 6834310. OLE color: 6834310.

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

Color convert

RGB13472104-
CMYK00.460.220.47
HSL329.03º30.1%40.39%-
HSV(B)329.03º46.27%52.55%-
XYZ14.6510.714.39-
YUV94.19133.54156.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=43.23%
G=23.23%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347210400.460.220.47329.0330.140.39
Hex86486802E162F1491e28
Octal20611015005626575113650
Binary100001101001000110100001011101011010111110100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864868; }

 p { color: rgb(134,72,104); }

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

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

 a { background-color: rgb(134,72,104); }

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

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

 span { border-color: rgb(134,72,104); }

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