Html Css Color HEX #8B4EEE Medium Slate Blue

📋 copy color: '#8B4EEE'

red 139 ◦ green 78 ◦ blue 238

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

Shades of Medium Slate Blue #8B4EEE

Tints of Medium Slate Blue #8B4EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.14%

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

R = 30.55%
G = 17.14%
B = 52.31%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B4EEE (or 0x8B4EEE) is known color: Medium Slate Blue. HEX triplet: 8B, 4E and EE. RGB value is (139,78,238). Sum of RGB (Red+Green+Blue) = 139+78+238=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B4EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4EEE is #74B111. Grayscale: #717171. Windows color (decimal): -7647506 or 15617675. OLE color: 15617675.

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

Color convert

RGB 139 78 238 -
CMYK 0.42 0.67 0 0.07
HSL 262.88º 0.82% 0.62% -
HSV(B) 262.88º 0.67% 0.93% -
XYZ 28.8 17.11 82.67 -
YUV 114.48 197.71 145.49 -
System Red Green Blue C M Y K H S L
Decimal 139 78 238 0.42 0.67 0 0.07 262.88 0.82 0.62
Hex 8B 4E EE 2A 43 0 7 107 52 3E
Octal 213 116 356 52 103 0 7 407 122 76
Binary 10001011 1001110 11101110 101010 1000011 0 111 100000111 1010010 111110

Color Harmonies of #8B4EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4EEE

Black with #8B4EEE

Text Example


Text Example

White with #8B4EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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