#864EA9

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

Shades of Studio #864EA9

Tints of Studio #864EA9

Color information

#864EA9 (or 0x864EA9) is unknown color: approx Studio. HEX triplet: 86, 4E and A9. RGB value is (134,78,169). Sum of RGB (Red+Green+Blue) = 134+78+169=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #864EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864EA9 is #79B156. Grayscale: #686868. Windows color (decimal): -7975255 or 11095686. OLE color: 11095686.

HSL color Cylindrical-coordinate representation of color #864EA9: hue angle of 276.92º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864EA9 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13478169-
CMYK0.210.5400.34
HSL276.92º36.84%48.43%-
HSV(B)276.92º53.85%66.27%-
XYZ19.7213.3839.08-
YUV105.12164.05148.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 169 (66.41% from 255) = 44.36%
R=35.17%
G=20.47%
B=44.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134781690.210.5400.34276.9236.8448.43
Hex864EA915360221152530
Octal20611625125660424254560
Binary10000110100111010101001101011101100100010100010101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,78,169); }

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

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

 a { background-color: rgb(134,78,169); }

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

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

 span { border-color: rgb(134,78,169); }

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