Html Css Color HEX #8B4DFB Medium Slate Blue

📋 copy color: '#8B4DFB'

red 139 ◦ green 77 ◦ blue 251

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

Shades of Medium Slate Blue #8B4DFB

Tints of Medium Slate Blue #8B4DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 29.76%
G = 16.49%
B = 53.75%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B4DFB (or 0x8B4DFB) is known color: Medium Slate Blue. HEX triplet: 8B, 4D and FB. RGB value is (139,77,251). Sum of RGB (Red+Green+Blue) = 139+77+251=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B4DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DFB is #74B204. Grayscale: #727272. Windows color (decimal): -7647749 or 16469387. OLE color: 16469387.

HSL color Cylindrical-coordinate representation of color #8B4DFB: hue angle of 261.38º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B4DFB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 77 251 -
CMYK 0.45 0.69 0 0.02
HSL 261.38º 0.96% 0.64% -
HSV(B) 261.38º 0.69% 0.98% -
XYZ 30.71 17.76 93.08 -
YUV 115.37 204.54 144.85 -
System Red Green Blue C M Y K H S L
Decimal 139 77 251 0.45 0.69 0 0.02 261.38 0.96 0.64
Hex 8B 4D FB 2D 45 0 2 105 60 40
Octal 213 115 373 55 105 0 2 405 140 100
Binary 10001011 1001101 11111011 101101 1000101 0 10 100000101 1100000 1000000

Color Harmonies of #8B4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DFB

Black with #8B4DFB

Text Example


Text Example

White with #8B4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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