Html Css Color HEX #8B4FFE Medium Slate Blue

📋 copy color: '#8B4FFE'

red 139 ◦ green 79 ◦ blue 254

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

Shades of Medium Slate Blue #8B4FFE

Tints of Medium Slate Blue #8B4FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 29.45%
G = 16.74%
B = 53.81%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8B4FFE (or 0x8B4FFE) is known color: Medium Slate Blue. HEX triplet: 8B, 4F and FE. RGB value is (139,79,254). Sum of RGB (Red+Green+Blue) = 139+79+254=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4FFE is #74B001. Grayscale: #747474. Windows color (decimal): -7647234 or 16666507. OLE color: 16666507.

HSL color Cylindrical-coordinate representation of color #8B4FFE: hue angle of 260.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B4FFE is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 139 79 254 -
CMYK 0.45 0.69 0 0.00
HSL 260.57º 0.99% 0.65% -
HSV(B) 260.57º 0.69% 1% -
XYZ 31.33 18.24 95.63 -
YUV 116.89 205.38 143.77 -
System Red Green Blue C M Y K H S L
Decimal 139 79 254 0.45 0.69 0 0.00 260.57 0.99 0.65
Hex 8B 4F FE 2D 45 0 0 105 63 41
Octal 213 117 376 55 105 0 0 405 143 101
Binary 10001011 1001111 11111110 101101 1000101 0 0 100000101 1100011 1000001

Color Harmonies of #8B4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4FFE

Black with #8B4FFE

Text Example


Text Example

White with #8B4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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