#8A63F4

Color #8A63F4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8A63F4

Tints of Medium Slate Blue #8A63F4

Color information

#8A63F4 (or 0x8A63F4) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 63 and F4. RGB value is (138,99,244). Sum of RGB (Red+Green+Blue) = 138+99+244=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #8A63F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A63F4 is #759C0B. Grayscale: #7E7E7E. Windows color (decimal): -7707660 or 16016266. OLE color: 16016266.

HSL color Cylindrical-coordinate representation of color #8A63F4: hue angle of 256.14º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A63F4 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13899244-
CMYK0.430.5900.04
HSL256.14º86.83%67.25%-
HSV(B)256.14º59.43%95.69%-
XYZ31.2720.8687.97-
YUV127.19193.92135.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 244 (95.70% from 255) = 50.73%
R=28.69%
G=20.58%
B=50.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138992440.430.5900.04256.1486.8367.25
Hex8A63F42B3B041005743
Octal212143364537304400127103
Binary10001010110001111110100101011111011010010000000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A63F4; }

 p { color: rgb(138,99,244); }

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

<style>
 a { background-color: #8A63F4; }

 a { background-color: rgb(138,99,244); }

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

<style>
 span { border-color: #8A63F4; }

 span { border-color: rgb(138,99,244); }

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