Html Css Color HEX #8A64EC Medium Slate Blue

📋 copy color: '#8A64EC'

red 138 ◦ green 100 ◦ blue 236

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

Shades of Medium Slate Blue #8A64EC

Tints of Medium Slate Blue #8A64EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.1%

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

R = 29.11%
G = 21.1%
B = 49.79%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A64EC (or 0x8A64EC) is known color: Medium Slate Blue. HEX triplet: 8A, 64 and EC. RGB value is (138,100,236). Sum of RGB (Red+Green+Blue) = 138+100+236=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64EC is #759B13. Grayscale: #7E7E7E. Windows color (decimal): -7707412 or 15492234. OLE color: 15492234.

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

Color convert

RGB 138 100 236 -
CMYK 0.42 0.58 0 0.07
HSL 256.76º 0.78% 0.66% -
HSV(B) 256.76º 0.58% 0.93% -
XYZ 30.18 20.57 81.74 -
YUV 126.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 138 100 236 0.42 0.58 0 0.07 256.76 0.78 0.66
Hex 8A 64 EC 2A 3A 0 7 101 4E 42
Octal 212 144 354 52 72 0 7 401 116 102
Binary 10001010 1100100 11101100 101010 111010 0 111 100000001 1001110 1000010

Color Harmonies of #8A64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A64EC

Black with #8A64EC

Text Example


Text Example

White with #8A64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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