#8B54F4

Color #8B54F4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8B54F4

Tints of Medium Slate Blue #8B54F4

Color information

#8B54F4 (or 0x8B54F4) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 54 and F4. RGB value is (139,84,244). Sum of RGB (Red+Green+Blue) = 139+84+244=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #8B54F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B54F4 is #74AB0B. Grayscale: #767676. Windows color (decimal): -7645964 or 16012427. OLE color: 16012427.

HSL color Cylindrical-coordinate representation of color #8B54F4: hue angle of 260.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B54F4 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13984244-
CMYK0.430.6600.04
HSL260.62º87.91%64.31%-
HSV(B)260.62º65.57%95.69%-
XYZ30.1518.3687.54-
YUV118.68198.72142.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 84 (33.20% from 255) = 17.99%
BLUE value IS 244 (95.70% from 255) = 52.25%
R=29.76%
G=17.99%
B=52.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal139842440.430.6600.04260.6287.9164.31
Hex8B54F42B42041055840
Octal2131243645310204405130100
Binary100010111010100111101001010111000010010010000010110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B54F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,244); }

 H1.HeaderClassName
 {
   color: #8B54F4;
 }
 .AnyTagClassName
 {
   color: #8B54F4;
 }
</style>
background-color css

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

 a { background-color: rgb(139,84,244); }

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

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

 span { border-color: rgb(139,84,244); }

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