Html Css Color HEX #8B4FFB Medium Slate Blue

📋 copy color: '#8B4FFB'

red 139 ◦ green 79 ◦ blue 251

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

Shades of Medium Slate Blue #8B4FFB

Tints of Medium Slate Blue #8B4FFB

RGB

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

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

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

R = 29.64%
G = 16.84%
B = 53.52%

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

#8B4FFB (or 0x8B4FFB) is known color: Medium Slate Blue. HEX triplet: 8B, 4F and FB. RGB value is (139,79,251). Sum of RGB (Red+Green+Blue) = 139+79+251=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4FFB is #74B004. Grayscale: #737373. Windows color (decimal): -7647237 or 16469899. OLE color: 16469899.

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

Color convert

RGB 139 79 251 -
CMYK 0.45 0.69 0 0.02
HSL 260.93º 0.96% 0.65% -
HSV(B) 260.93º 0.69% 0.98% -
XYZ 30.86 18.05 93.12 -
YUV 116.55 203.88 144.01 -
System Red Green Blue C M Y K H S L
Decimal 139 79 251 0.45 0.69 0 0.02 260.93 0.96 0.65
Hex 8B 4F FB 2D 45 0 2 105 60 41
Octal 213 117 373 55 105 0 2 405 140 101
Binary 10001011 1001111 11111011 101101 1000101 0 10 100000101 1100000 1000001

Color Harmonies of #8B4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4FFB

Black with #8B4FFB

Text Example


Text Example

White with #8B4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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