Html Css Color HEX #8A5DEC Medium Slate Blue

📋 copy color: '#8A5DEC'

red 138 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #8A5DEC

Tints of Medium Slate Blue #8A5DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 29.55%
G = 19.91%
B = 50.54%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A5DEC (or 0x8A5DEC) is known color: Medium Slate Blue. HEX triplet: 8A, 5D and EC. RGB value is (138,93,236). Sum of RGB (Red+Green+Blue) = 138+93+236=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A5DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5DEC is #75A213. Grayscale: #7A7A7A. Windows color (decimal): -7709204 or 15490442. OLE color: 15490442.

HSL color Cylindrical-coordinate representation of color #8A5DEC: hue angle of 258.88º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A5DEC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 93 236 -
CMYK 0.42 0.61 0 0.07
HSL 258.88º 0.79% 0.65% -
HSV(B) 258.88º 0.61% 0.93% -
XYZ 29.54 19.29 81.52 -
YUV 122.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 138 93 236 0.42 0.61 0 0.07 258.88 0.79 0.65
Hex 8A 5D EC 2A 3D 0 7 103 4F 41
Octal 212 135 354 52 75 0 7 403 117 101
Binary 10001010 1011101 11101100 101010 111101 0 111 100000011 1001111 1000001

Color Harmonies of #8A5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5DEC

Black with #8A5DEC

Text Example


Text Example

White with #8A5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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