Html Css Color HEX #8A54EA Medium Slate Blue

📋 copy color: '#8A54EA'

red 138 ◦ green 84 ◦ blue 234

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

Shades of Medium Slate Blue #8A54EA

Tints of Medium Slate Blue #8A54EA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.42%

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

R = 30.26%
G = 18.42%
B = 51.32%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8A54EA (or 0x8A54EA) is known color: Medium Slate Blue. HEX triplet: 8A, 54 and EA. RGB value is (138,84,234). Sum of RGB (Red+Green+Blue) = 138+84+234=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A54EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A54EA is #75AB15. Grayscale: #747474. Windows color (decimal): -7711510 or 15357066. OLE color: 15357066.

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

Color convert

RGB 138 84 234 -
CMYK 0.41 0.64 0 0.08
HSL 261.6º 0.78% 0.62% -
HSV(B) 261.6º 0.64% 0.92% -
XYZ 28.5 17.68 79.75 -
YUV 117.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 138 84 234 0.41 0.64 0 0.08 261.6 0.78 0.62
Hex 8A 54 EA 29 40 0 8 106 4E 3E
Octal 212 124 352 51 100 0 10 406 116 76
Binary 10001010 1010100 11101010 101001 1000000 0 1000 100000110 1001110 111110

Color Harmonies of #8A54EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A54EA

Black with #8A54EA

Text Example


Text Example

White with #8A54EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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