#864774

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

Shades of Cosmic #864774

Tints of Cosmic #864774

Color information

#864774 (or 0x864774) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 74. RGB value is (134,71,116). Sum of RGB (Red+Green+Blue) = 134+71+116=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #864774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864774 is #79B88B. Grayscale: #5E5E5E. Windows color (decimal): -7977100 or 7620486. OLE color: 7620486.

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

Color convert

RGB13471116-
CMYK00.470.130.47
HSL317.14º30.73%40.2%-
HSV(B)317.14º47.01%52.55%-
XYZ15.2410.8417.81-
YUV94.97139.87155.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=41.74%
G=22.12%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347111600.470.130.47317.1430.7340.2
Hex86477402FD2F13d1f28
Octal20610716405715574753750
Binary10000110100011111101000101111110110111110011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864774; }

 p { color: rgb(134,71,116); }

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

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

 a { background-color: rgb(134,71,116); }

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

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

 span { border-color: rgb(134,71,116); }

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