#864869

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

Shades of Cosmic #864869

Tints of Cosmic #864869

Color information

#864869 (or 0x864869) is unknown color: approx Cosmic. HEX triplet: 86, 48 and 69. RGB value is (134,72,105). Sum of RGB (Red+Green+Blue) = 134+72+105=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #864869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864869 is #79B796. Grayscale: #5E5E5E. Windows color (decimal): -7976855 or 6899846. OLE color: 6899846.

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

Color convert

RGB13472105-
CMYK00.460.220.47
HSL328.06º30.1%40.39%-
HSV(B)328.06º46.27%52.55%-
XYZ14.710.7214.66-
YUV94.3134.04156.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=43.09%
G=23.15%
B=33.76%

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
Decimal1347210500.460.220.47328.0630.140.39
Hex86486902E162F1481e28
Octal20611015105626575103650
Binary100001101001000110100101011101011010111110100100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864869; }

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

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

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

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

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

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

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

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