#864DA0

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

Shades of Studio #864DA0

Tints of Studio #864DA0

Color information

#864DA0 (or 0x864DA0) is unknown color: approx Studio. HEX triplet: 86, 4D and A0. RGB value is (134,77,160). Sum of RGB (Red+Green+Blue) = 134+77+160=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #864DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864DA0 is #79B25F. Grayscale: #676767. Windows color (decimal): -7975520 or 10505606. OLE color: 10505606.

HSL color Cylindrical-coordinate representation of color #864DA0: hue angle of 281.2º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864DA0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13477160-
CMYK0.160.5200.37
HSL281.2º35.02%46.47%-
HSV(B)281.2º51.88%62.75%-
XYZ18.8312.9134.76-
YUV103.5159.88149.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=36.12%
G=20.75%
B=43.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134771600.160.5200.37281.235.0246.47
Hex864DA01034025119232e
Octal20611524020640454314356
Binary10000110100110110100000100001101000100101100011001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,160); }

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

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

 a { background-color: rgb(134,77,160); }

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

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

 span { border-color: rgb(134,77,160); }

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