Html Css Color HEX #8B5EEB Medium Slate Blue

📋 copy color: '#8B5EEB'

red 139 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #8B5EEB

Tints of Medium Slate Blue #8B5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.09%

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 29.7%
G = 20.09%
B = 50.21%

CMYK

 C value IS 0.41

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B5EEB (or 0x8B5EEB) is known color: Medium Slate Blue. HEX triplet: 8B, 5E and EB. RGB value is (139,94,235). Sum of RGB (Red+Green+Blue) = 139+94+235=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5EEB is #74A114. Grayscale: #7B7B7B. Windows color (decimal): -7643413 or 15425163. OLE color: 15425163.

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

Color convert

RGB 139 94 235 -
CMYK 0.41 0.6 0 0.08
HSL 259.15º 0.78% 0.65% -
HSV(B) 259.15º 0.6% 0.92% -
XYZ 29.65 19.49 80.8 -
YUV 123.53 190.91 139.04 -
System Red Green Blue C M Y K H S L
Decimal 139 94 235 0.41 0.6 0 0.08 259.15 0.78 0.65
Hex 8B 5E EB 29 3C 0 8 103 4E 41
Octal 213 136 353 51 74 0 10 403 116 101
Binary 10001011 1011110 11101011 101001 111100 0 1000 100000011 1001110 1000001

Color Harmonies of #8B5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5EEB

Black with #8B5EEB

Text Example


Text Example

White with #8B5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,235); }

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

background-color css

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

 a { background-color: rgb(139,94,235); }

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

border-color css

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

 span { border-color: rgb(139,94,235); }

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