#8B55EE

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

Shades of Medium Slate Blue #8B55EE

Tints of Medium Slate Blue #8B55EE

Color information

#8B55EE (or 0x8B55EE) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 55 and EE. RGB value is (139,85,238). Sum of RGB (Red+Green+Blue) = 139+85+238=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B55EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B55EE is #74AA11. Grayscale: #767676. Windows color (decimal): -7645714 or 15619467. OLE color: 15619467.

HSL color Cylindrical-coordinate representation of color #8B55EE: hue angle of 261.18º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B55EE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13985238-
CMYK0.420.6400.07
HSL261.18º81.82%63.33%-
HSV(B)261.18º64.29%93.33%-
XYZ29.3318.1682.85-
YUV118.59195.39142.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 238 (93.36% from 255) = 51.52%
R=30.09%
G=18.40%
B=51.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139852380.420.6400.07261.1881.8263.33
Hex8B55EE2A4007105523f
Octal213125356521000740512277
Binary10001011101010111101110101010100000001111000001011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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