#8A5DF3

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

Shades of Medium Slate Blue #8A5DF3

Tints of Medium Slate Blue #8A5DF3

Color information

#8A5DF3 (or 0x8A5DF3) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 5D and F3. RGB value is (138,93,243). Sum of RGB (Red+Green+Blue) = 138+93+243=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #8A5DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5DF3 is #75A20C. Grayscale: #7B7B7B. Windows color (decimal): -7709197 or 15949194. OLE color: 15949194.

HSL color Cylindrical-coordinate representation of color #8A5DF3: hue angle of 258º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A5DF3 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13893243-
CMYK0.430.6200.05
HSL258º86.21%65.88%-
HSV(B)258º61.73%95.29%-
XYZ30.5719.786.99-
YUV123.56195.41138.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.11%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 243 (95.31% from 255) = 51.27%
R=29.11%
G=19.62%
B=51.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138932430.430.6200.0525886.2165.88
Hex8A5DF32B3E051025642
Octal212135363537605402126102
Binary10001010101110111110011101011111110010110000001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,93,243); }

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

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

 a { background-color: rgb(138,93,243); }

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

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

 span { border-color: rgb(138,93,243); }

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