Html Css Color HEX #8B54EE Medium Slate Blue

📋 copy color: '#8B54EE'

red 139 ◦ green 84 ◦ blue 238

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

Shades of Medium Slate Blue #8B54EE

Tints of Medium Slate Blue #8B54EE

RGB

 RED value IS 139 (54.69% from 255) = 30.15%

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 30.15%
G = 18.22%
B = 51.63%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B54EE (or 0x8B54EE) is known color: Medium Slate Blue. HEX triplet: 8B, 54 and EE. RGB value is (139,84,238). Sum of RGB (Red+Green+Blue) = 139+84+238=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B54EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B54EE is #74AB11. Grayscale: #757575. Windows color (decimal): -7645970 or 15619211. OLE color: 15619211.

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

Color convert

RGB 139 84 238 -
CMYK 0.42 0.65 0 0.07
HSL 261.43º 0.82% 0.63% -
HSV(B) 261.43º 0.65% 0.93% -
XYZ 29.25 18 82.82 -
YUV 118 195.72 142.98 -
System Red Green Blue C M Y K H S L
Decimal 139 84 238 0.42 0.65 0 0.07 261.43 0.82 0.63
Hex 8B 54 EE 2A 41 0 7 105 52 3F
Octal 213 124 356 52 101 0 7 405 122 77
Binary 10001011 1010100 11101110 101010 1000001 0 111 100000101 1010010 111111

Color Harmonies of #8B54EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B54EE

Black with #8B54EE

Text Example


Text Example

White with #8B54EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,84,238); }

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

background-color css

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

 a { background-color: rgb(139,84,238); }

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

border-color css

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

 span { border-color: rgb(139,84,238); }

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