#864AA2

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

Shades of Studio #864AA2

Tints of Studio #864AA2

Color information

#864AA2 (or 0x864AA2) is unknown color: approx Studio. HEX triplet: 86, 4A and A2. RGB value is (134,74,162). Sum of RGB (Red+Green+Blue) = 134+74+162=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #864AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864AA2 is #79B55D. Grayscale: #656565. Windows color (decimal): -7976286 or 10635910. OLE color: 10635910.

HSL color Cylindrical-coordinate representation of color #864AA2: hue angle of 280.91º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864AA2 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13474162-
CMYK0.170.5400.36
HSL280.91º37.29%46.27%-
HSV(B)280.91º54.32%63.53%-
XYZ18.812.5735.62-
YUV101.97161.88150.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 162 (63.67% from 255) = 43.78%
R=36.22%
G=20%
B=43.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134741620.170.5400.36280.9137.2946.27
Hex864AA21136024119252e
Octal20611224221660444314556
Binary10000110100101010100010100011101100100100100011001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,74,162); }

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

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

 a { background-color: rgb(134,74,162); }

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

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

 span { border-color: rgb(134,74,162); }

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