Html Css Color HEX #8B4DEF Medium Slate Blue

📋 copy color: '#8B4DEF'

red 139 ◦ green 77 ◦ blue 239

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

Shades of Medium Slate Blue #8B4DEF

Tints of Medium Slate Blue #8B4DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 30.55%
G = 16.92%
B = 52.53%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8B4DEF (or 0x8B4DEF) is known color: Medium Slate Blue. HEX triplet: 8B, 4D and EF. RGB value is (139,77,239). Sum of RGB (Red+Green+Blue) = 139+77+239=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B4DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DEF is #74B210. Grayscale: #717171. Windows color (decimal): -7647761 or 15682955. OLE color: 15682955.

HSL color Cylindrical-coordinate representation of color #8B4DEF: hue angle of 262.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B4DEF is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 77 239 -
CMYK 0.42 0.68 0 0.06
HSL 262.96º 0.84% 0.62% -
HSV(B) 262.96º 0.68% 0.94% -
XYZ 28.88 17.03 83.43 -
YUV 114.01 198.54 145.83 -
System Red Green Blue C M Y K H S L
Decimal 139 77 239 0.42 0.68 0 0.06 262.96 0.84 0.62
Hex 8B 4D EF 2A 44 0 6 107 54 3E
Octal 213 115 357 52 104 0 6 407 124 76
Binary 10001011 1001101 11101111 101010 1000100 0 110 100000111 1010100 111110

Color Harmonies of #8B4DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DEF

Black with #8B4DEF

Text Example


Text Example

White with #8B4DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,77,239); }

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

background-color css

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

 a { background-color: rgb(139,77,239); }

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

border-color css

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

 span { border-color: rgb(139,77,239); }

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