#864FA9

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

Shades of Studio #864FA9

Tints of Studio #864FA9

Color information

#864FA9 (or 0x864FA9) is unknown color: approx Studio. HEX triplet: 86, 4F and A9. RGB value is (134,79,169). Sum of RGB (Red+Green+Blue) = 134+79+169=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 169 - color contains mainly: blue. Hex color #864FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864FA9 is #79B056. Grayscale: #696969. Windows color (decimal): -7974999 or 11095942. OLE color: 11095942.

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

Color convert

RGB13479169-
CMYK0.210.5300.34
HSL276.67º36.29%48.63%-
HSV(B)276.67º53.25%66.27%-
XYZ19.7913.5239.1-
YUV105.7163.72148.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 169 (66.41% from 255) = 44.24%
R=35.08%
G=20.68%
B=44.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal134791690.210.5300.34276.6736.2948.63
Hex864FA915350221152431
Octal20611725125650424254461
Binary10000110100111110101001101011101010100010100010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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