Html Css Color HEX #8B4FED Medium Slate Blue

📋 copy color: '#8B4FED'

red 139 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #8B4FED

Tints of Medium Slate Blue #8B4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 30.55%
G = 17.36%
B = 52.09%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B4FED (or 0x8B4FED) is known color: Medium Slate Blue. HEX triplet: 8B, 4F and ED. RGB value is (139,79,237). Sum of RGB (Red+Green+Blue) = 139+79+237=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B4FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4FED is #74B012. Grayscale: #727272. Windows color (decimal): -7647251 or 15552395. OLE color: 15552395.

HSL color Cylindrical-coordinate representation of color #8B4FED: hue angle of 262.78º degrees, saturation: 0.81, 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 #8B4FED is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 79 237 -
CMYK 0.41 0.67 0 0.07
HSL 262.78º 0.81% 0.62% -
HSV(B) 262.78º 0.67% 0.93% -
XYZ 28.73 17.2 81.93 -
YUV 114.95 196.88 145.15 -
System Red Green Blue C M Y K H S L
Decimal 139 79 237 0.41 0.67 0 0.07 262.78 0.81 0.62
Hex 8B 4F ED 29 43 0 7 107 51 3E
Octal 213 117 355 51 103 0 7 407 121 76
Binary 10001011 1001111 11101101 101001 1000011 0 111 100000111 1010001 111110

Color Harmonies of #8B4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4FED

Black with #8B4FED

Text Example


Text Example

White with #8B4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,79,237); }

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

background-color css

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

 a { background-color: rgb(139,79,237); }

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

border-color css

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

 span { border-color: rgb(139,79,237); }

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