Html Css Color HEX #8B4DFC Medium Slate Blue

📋 copy color: '#8B4DFC'

red 139 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #8B4DFC

Tints of Medium Slate Blue #8B4DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 29.7%
G = 16.45%
B = 53.85%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8B4DFC (or 0x8B4DFC) is known color: Medium Slate Blue. HEX triplet: 8B, 4D and FC. RGB value is (139,77,252). Sum of RGB (Red+Green+Blue) = 139+77+252=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B4DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DFC is #74B203. Grayscale: #727272. Windows color (decimal): -7647748 or 16534923. OLE color: 16534923.

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

Color convert

RGB 139 77 252 -
CMYK 0.45 0.69 0 0.01
HSL 261.26º 0.97% 0.65% -
HSV(B) 261.26º 0.69% 0.99% -
XYZ 30.87 17.83 93.91 -
YUV 115.49 205.04 144.77 -
System Red Green Blue C M Y K H S L
Decimal 139 77 252 0.45 0.69 0 0.01 261.26 0.97 0.65
Hex 8B 4D FC 2D 45 0 1 105 61 41
Octal 213 115 374 55 105 0 1 405 141 101
Binary 10001011 1001101 11111100 101101 1000101 0 1 100000101 1100001 1000001

Color Harmonies of #8B4DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DFC

Black with #8B4DFC

Text Example


Text Example

White with #8B4DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,77,252); }

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

background-color css

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

 a { background-color: rgb(139,77,252); }

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

border-color css

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

 span { border-color: rgb(139,77,252); }

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