#863FAA

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

Shades of Studio #863FAA

Tints of Studio #863FAA

Color information

#863FAA (or 0x863FAA) is unknown color: approx Studio. HEX triplet: 86, 3F and AA. RGB value is (134,63,170). Sum of RGB (Red+Green+Blue) = 134+63+170=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #863FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863FAA is #79C055. Grayscale: #606060. Windows color (decimal): -7979094 or 11157382. OLE color: 11157382.

HSL color Cylindrical-coordinate representation of color #863FAA: hue angle of 279.81º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863FAA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13463170-
CMYK0.210.6300.33
HSL279.81º45.92%45.69%-
HSV(B)279.81º62.94%66.67%-
XYZ18.8611.5339.26-
YUV96.43169.52154.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=36.51%
G=17.17%
B=46.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134631700.210.6300.33279.8145.9245.69
Hex863FAA153F0211182e2e
Octal2067725225770414305656
Binary1000011011111110101010101011111110100001100011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,63,170); }

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

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

 a { background-color: rgb(134,63,170); }

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

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

 span { border-color: rgb(134,63,170); }

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