#864867

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

Shades of Cosmic #864867

Tints of Cosmic #864867

Color information

#864867 (or 0x864867) is unknown color: approx Cosmic. HEX triplet: 86, 48 and 67. RGB value is (134,72,103). Sum of RGB (Red+Green+Blue) = 134+72+103=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #864867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864867 is #79B798. Grayscale: #5E5E5E. Windows color (decimal): -7976857 or 6768774. OLE color: 6768774.

HSL color Cylindrical-coordinate representation of color #864867: hue angle of 330º 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 #864867 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13472103-
CMYK00.460.230.47
HSL330º30.1%40.39%-
HSV(B)330º46.27%52.55%-
XYZ14.610.6814.12-
YUV94.07133.04156.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=43.37%
G=23.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347210300.460.230.4733030.140.39
Hex86486702E172F14a1e28
Octal20611014705627575123650
Binary100001101001000110011101011101011110111110100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864867; }

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

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

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

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

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

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

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

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