Html Css Color HEX #8A64EB Medium Slate Blue

📋 copy color: '#8A64EB'

red 138 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #8A64EB

Tints of Medium Slate Blue #8A64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 29.18%
G = 21.14%
B = 49.68%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A64EB (or 0x8A64EB) is known color: Medium Slate Blue. HEX triplet: 8A, 64 and EB. RGB value is (138,100,235). Sum of RGB (Red+Green+Blue) = 138+100+235=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A64EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64EB is #759B14. Grayscale: #7E7E7E. Windows color (decimal): -7707413 or 15426698. OLE color: 15426698.

HSL color Cylindrical-coordinate representation of color #8A64EB: hue angle of 256.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A64EB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 100 235 -
CMYK 0.41 0.57 0 0.08
HSL 256.89º 0.77% 0.66% -
HSV(B) 256.89º 0.57% 0.92% -
XYZ 30.03 20.52 80.97 -
YUV 126.75 189.09 136.02 -
System Red Green Blue C M Y K H S L
Decimal 138 100 235 0.41 0.57 0 0.08 256.89 0.77 0.66
Hex 8A 64 EB 29 39 0 8 101 4D 42
Octal 212 144 353 51 71 0 10 401 115 102
Binary 10001010 1100100 11101011 101001 111001 0 1000 100000001 1001101 1000010

Color Harmonies of #8A64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A64EB

Black with #8A64EB

Text Example


Text Example

White with #8A64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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