#8B4CFF

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

Shades of Medium Slate Blue #8B4CFF

Tints of Medium Slate Blue #8B4CFF

Color information

#8B4CFF (or 0x8B4CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 4C and FF. RGB value is (139,76,255). Sum of RGB (Red+Green+Blue) = 139+76+255=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4CFF is #74B300. Grayscale: #727272. Windows color (decimal): -7648001 or 16731275. OLE color: 16731275.

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

Color convert

RGB13976255-
CMYK0.450.7000
HSL261.12º100%64.9%-
HSV(B)261.12º70.2%100%-
XYZ31.2817.8896.41-
YUV115.24206.87144.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 76 (30.08% from 255) = 16.17%
BLUE value IS 255 (100% from 255) = 54.26%
R=29.57%
G=16.17%
B=54.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal139762550.450.7000261.1210064.9
Hex8B4CFF2D46001056441
Octal2131143775510600405144101
Binary1000101110011001111111110110110001100010000010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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