Html Css Color HEX #8A5DE9 Medium Slate Blue

📋 copy color: '#8A5DE9'

red 138 ◦ green 93 ◦ blue 233

#8A5DE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8A5DE9

Tints of Medium Slate Blue #8A5DE9

RGB

 RED value IS 138 (54.3% from 255) = 29.74%

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 29.74%
G = 20.04%
B = 50.22%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8A5DE9 (or 0x8A5DE9) is known color: Medium Slate Blue. HEX triplet: 8A, 5D and E9. RGB value is (138,93,233). Sum of RGB (Red+Green+Blue) = 138+93+233=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #8A5DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5DE9 is #75A216. Grayscale: #797979. Windows color (decimal): -7709207 or 15293834. OLE color: 15293834.

HSL color Cylindrical-coordinate representation of color #8A5DE9: hue angle of 259.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A5DE9 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 93 233 -
CMYK 0.41 0.60 0 0.09
HSL 259.29º 0.76% 0.64% -
HSV(B) 259.29º 0.6% 0.91% -
XYZ 29.1 19.12 79.25 -
YUV 122.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 138 93 233 0.41 0.60 0 0.09 259.29 0.76 0.64
Hex 8A 5D E9 29 3C 0 9 103 4C 40
Octal 212 135 351 51 74 0 11 403 114 100
Binary 10001010 1011101 11101001 101001 111100 0 1001 100000011 1001100 1000000

Color Harmonies of #8A5DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5DE9

Black with #8A5DE9

Text Example


Text Example

White with #8A5DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A5DE9;
 }
 .AnyTagClassName
 {
   color: #8A5DE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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