Html Css Color HEX #8B5CEB Medium Slate Blue

📋 copy color: '#8B5CEB'

red 139 ◦ green 92 ◦ blue 235

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

Shades of Medium Slate Blue #8B5CEB

Tints of Medium Slate Blue #8B5CEB

RGB

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

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

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

R = 29.83%
G = 19.74%
B = 50.43%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B5CEB (or 0x8B5CEB) is known color: Medium Slate Blue. HEX triplet: 8B, 5C and EB. RGB value is (139,92,235). Sum of RGB (Red+Green+Blue) = 139+92+235=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5CEB is #74A314. Grayscale: #797979. Windows color (decimal): -7643925 or 15424651. OLE color: 15424651.

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

Color convert

RGB 139 92 235 -
CMYK 0.41 0.61 0 0.08
HSL 259.72º 0.78% 0.64% -
HSV(B) 259.72º 0.61% 0.92% -
XYZ 29.47 19.14 80.74 -
YUV 122.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 139 92 235 0.41 0.61 0 0.08 259.72 0.78 0.64
Hex 8B 5C EB 29 3D 0 8 104 4E 40
Octal 213 134 353 51 75 0 10 404 116 100
Binary 10001011 1011100 11101011 101001 111101 0 1000 100000100 1001110 1000000

Color Harmonies of #8B5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5CEB

Black with #8B5CEB

Text Example


Text Example

White with #8B5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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