#863CAE

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

Shades of Studio #863CAE

Tints of Studio #863CAE

Color information

#863CAE (or 0x863CAE) is unknown color: approx Studio. HEX triplet: 86, 3C and AE. RGB value is (134,60,174). Sum of RGB (Red+Green+Blue) = 134+60+174=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #863CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CAE is #79C351. Grayscale: #5E5E5E. Windows color (decimal): -7979858 or 11418758. OLE color: 11418758.

HSL color Cylindrical-coordinate representation of color #863CAE: hue angle of 278.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863CAE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13460174-
CMYK0.230.6600.32
HSL278.95º48.72%45.88%-
HSV(B)278.95º65.52%68.24%-
XYZ19.0911.3641.23-
YUV95.12172.52155.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 60 (23.83% from 255) = 16.30%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=36.41%
G=16.30%
B=47.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134601740.230.6600.32278.9548.7245.88
Hex863CAE1742020117312e
Octal20674256271020404276156
Binary10000110111100101011101011110000100100000100010111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863CAE; }

 p { color: rgb(134,60,174); }

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

<style>
 a { background-color: #863CAE; }

 a { background-color: rgb(134,60,174); }

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

<style>
 span { border-color: #863CAE; }

 span { border-color: rgb(134,60,174); }

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