Html Css Color HEX #8B5CED Medium Slate Blue

📋 copy color: '#8B5CED'

red 139 ◦ green 92 ◦ blue 237

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

Shades of Medium Slate Blue #8B5CED

Tints of Medium Slate Blue #8B5CED

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

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

R = 29.7%
G = 19.66%
B = 50.64%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B5CED (or 0x8B5CED) is known color: Medium Slate Blue. HEX triplet: 8B, 5C and ED. RGB value is (139,92,237). Sum of RGB (Red+Green+Blue) = 139+92+237=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B5CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5CED is #74A312. Grayscale: #7A7A7A. Windows color (decimal): -7643923 or 15555723. OLE color: 15555723.

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

Color convert

RGB 139 92 237 -
CMYK 0.41 0.61 0 0.07
HSL 259.45º 0.8% 0.65% -
HSV(B) 259.45º 0.61% 0.93% -
XYZ 29.76 19.26 82.27 -
YUV 122.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 139 92 237 0.41 0.61 0 0.07 259.45 0.8 0.65
Hex 8B 5C ED 29 3D 0 7 103 50 41
Octal 213 134 355 51 75 0 7 403 120 101
Binary 10001011 1011100 11101101 101001 111101 0 111 100000011 1010000 1000001

Color Harmonies of #8B5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5CED

Black with #8B5CED

Text Example


Text Example

White with #8B5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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