#864CAC

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

Shades of Studio #864CAC

Tints of Studio #864CAC

Color information

#864CAC (or 0x864CAC) is unknown color: approx Studio. HEX triplet: 86, 4C and AC. RGB value is (134,76,172). Sum of RGB (Red+Green+Blue) = 134+76+172=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #864CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864CAC is #79B353. Grayscale: #676767. Windows color (decimal): -7975764 or 11291782. OLE color: 11291782.

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

Color convert

RGB13476172-
CMYK0.220.5600.33
HSL276.25º38.71%48.63%-
HSV(B)276.25º55.81%67.45%-
XYZ19.8613.2240.53-
YUV104.29166.22149.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=35.08%
G=19.90%
B=45.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134761720.220.5600.33276.2538.7148.63
Hex864CAC16380211142731
Octal20611425426700414244761
Binary10000110100110010101100101101110000100001100010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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