#8B55EB

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

Shades of Medium Slate Blue #8B55EB

Tints of Medium Slate Blue #8B55EB

Color information

#8B55EB (or 0x8B55EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 55 and EB. RGB value is (139,85,235). Sum of RGB (Red+Green+Blue) = 139+85+235=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B55EB is #74AA14. Grayscale: #757575. Windows color (decimal): -7645717 or 15422859. OLE color: 15422859.

HSL color Cylindrical-coordinate representation of color #8B55EB: hue angle of 261.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B55EB is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13985235-
CMYK0.410.6400.08
HSL261.6º78.95%62.75%-
HSV(B)261.6º63.83%92.16%-
XYZ28.8917.9880.55-
YUV118.25193.89142.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=30.28%
G=18.52%
B=51.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal139852350.410.6400.08261.678.9562.75
Hex8B55EB2940081064f3f
Octal2131253535110001040611777
Binary100010111010101111010111010011000000010001000001101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B55EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,235); }

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

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

 a { background-color: rgb(139,85,235); }

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

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

 span { border-color: rgb(139,85,235); }

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