Html Css Color HEX #8B4CFB Medium Slate Blue

📋 copy color: '#8B4CFB'

red 139 ◦ green 76 ◦ blue 251

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

Shades of Medium Slate Blue #8B4CFB

Tints of Medium Slate Blue #8B4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.31%

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

R = 29.83%
G = 16.31%
B = 53.86%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B4CFB (or 0x8B4CFB) is known color: Medium Slate Blue. HEX triplet: 8B, 4C and FB. RGB value is (139,76,251). Sum of RGB (Red+Green+Blue) = 139+76+251=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4CFB is #74B304. Grayscale: #727272. Windows color (decimal): -7648005 or 16469131. OLE color: 16469131.

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

Color convert

RGB 139 76 251 -
CMYK 0.45 0.70 0 0.02
HSL 261.6º 0.96% 0.64% -
HSV(B) 261.6º 0.7% 0.98% -
XYZ 30.64 17.62 93.05 -
YUV 114.79 204.87 145.27 -
System Red Green Blue C M Y K H S L
Decimal 139 76 251 0.45 0.70 0 0.02 261.6 0.96 0.64
Hex 8B 4C FB 2D 46 0 2 106 60 40
Octal 213 114 373 55 106 0 2 406 140 100
Binary 10001011 1001100 11111011 101101 1000110 0 10 100000110 1100000 1000000

Color Harmonies of #8B4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4CFB

Black with #8B4CFB

Text Example


Text Example

White with #8B4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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