Html Css Color HEX #8B4CFA Medium Slate Blue

📋 copy color: '#8B4CFA'

red 139 ◦ green 76 ◦ blue 250

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

Shades of Medium Slate Blue #8B4CFA

Tints of Medium Slate Blue #8B4CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 29.89%
G = 16.34%
B = 53.76%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B4CFA (or 0x8B4CFA) is known color: Medium Slate Blue. HEX triplet: 8B, 4C and FA. RGB value is (139,76,250). Sum of RGB (Red+Green+Blue) = 139+76+250=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B4CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4CFA is #74B305. Grayscale: #727272. Windows color (decimal): -7648006 or 16403595. OLE color: 16403595.

HSL color Cylindrical-coordinate representation of color #8B4CFA: hue angle of 261.72º degrees, saturation: 0.95, 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 #8B4CFA is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 76 250 -
CMYK 0.44 0.70 0 0.02
HSL 261.72º 0.95% 0.64% -
HSV(B) 261.72º 0.7% 0.98% -
XYZ 30.49 17.56 92.23 -
YUV 114.67 204.37 145.35 -
System Red Green Blue C M Y K H S L
Decimal 139 76 250 0.44 0.70 0 0.02 261.72 0.95 0.64
Hex 8B 4C FA 2C 46 0 2 106 5F 40
Octal 213 114 372 54 106 0 2 406 137 100
Binary 10001011 1001100 11111010 101100 1000110 0 10 100000110 1011111 1000000

Color Harmonies of #8B4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4CFA

Black with #8B4CFA

Text Example


Text Example

White with #8B4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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