Html Css Color HEX #8A64EA Medium Slate Blue

📋 copy color: '#8A64EA'

red 138 ◦ green 100 ◦ blue 234

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

Shades of Medium Slate Blue #8A64EA

Tints of Medium Slate Blue #8A64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.58%

R = 29.24%
G = 21.19%
B = 49.58%

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

#8A64EA (or 0x8A64EA) is known color: Medium Slate Blue. HEX triplet: 8A, 64 and EA. RGB value is (138,100,234). Sum of RGB (Red+Green+Blue) = 138+100+234=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64EA is #759B15. Grayscale: #7E7E7E. Windows color (decimal): -7707414 or 15361162. OLE color: 15361162.

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

Color convert

RGB 138 100 234 -
CMYK 0.41 0.57 0 0.08
HSL 257.01º 0.76% 0.65% -
HSV(B) 257.01º 0.57% 0.92% -
XYZ 29.89 20.46 80.22 -
YUV 126.64 188.59 136.1 -
System Red Green Blue C M Y K H S L
Decimal 138 100 234 0.41 0.57 0 0.08 257.01 0.76 0.65
Hex 8A 64 EA 29 39 0 8 101 4C 41
Octal 212 144 352 51 71 0 10 401 114 101
Binary 10001010 1100100 11101010 101001 111001 0 1000 100000001 1001100 1000001

Color Harmonies of #8A64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A64EA

Black with #8A64EA

Text Example


Text Example

White with #8A64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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