Html Css Color HEX #8B5CEF Medium Slate Blue

📋 copy color: '#8B5CEF'

red 139 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #8B5CEF

Tints of Medium Slate Blue #8B5CEF

RGB

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

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

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

R = 29.57%
G = 19.57%
B = 50.85%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8B5CEF (or 0x8B5CEF) is known color: Medium Slate Blue. HEX triplet: 8B, 5C and EF. RGB value is (139,92,239). Sum of RGB (Red+Green+Blue) = 139+92+239=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5CEF is #74A310. Grayscale: #7A7A7A. Windows color (decimal): -7643921 or 15686795. OLE color: 15686795.

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

Color convert

RGB 139 92 239 -
CMYK 0.42 0.62 0 0.06
HSL 259.18º 0.82% 0.65% -
HSV(B) 259.18º 0.62% 0.94% -
XYZ 30.05 19.38 83.82 -
YUV 122.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 139 92 239 0.42 0.62 0 0.06 259.18 0.82 0.65
Hex 8B 5C EF 2A 3E 0 6 103 52 41
Octal 213 134 357 52 76 0 6 403 122 101
Binary 10001011 1011100 11101111 101010 111110 0 110 100000011 1010010 1000001

Color Harmonies of #8B5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5CEF

Black with #8B5CEF

Text Example


Text Example

White with #8B5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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