#864AAC

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

Shades of Studio #864AAC

Tints of Studio #864AAC

Color information

#864AAC (or 0x864AAC) is unknown color: approx Studio. HEX triplet: 86, 4A and AC. RGB value is (134,74,172). Sum of RGB (Red+Green+Blue) = 134+74+172=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #864AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864AAC is #79B553. Grayscale: #666666. Windows color (decimal): -7976276 or 11291270. OLE color: 11291270.

HSL color Cylindrical-coordinate representation of color #864AAC: hue angle of 276.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #864AAC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13474172-
CMYK0.220.5700.33
HSL276.73º39.84%48.24%-
HSV(B)276.73º56.98%67.45%-
XYZ19.7312.9440.49-
YUV103.11166.88150.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 74 (29.30% from 255) = 19.47%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=35.26%
G=19.47%
B=45.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134741720.220.5700.33276.7339.8448.24
Hex864AAC16390211152830
Octal20611225426710414255060
Binary10000110100101010101100101101110010100001100010101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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