#8255EA

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

Shades of Medium Slate Blue #8255EA

Tints of Medium Slate Blue #8255EA

Color information

#8255EA (or 0x8255EA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 55 and EA. RGB value is (130,85,234). Sum of RGB (Red+Green+Blue) = 130+85+234=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #8255EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8255EA is #7DAA15. Grayscale: #727272. Windows color (decimal): -8235542 or 15357314. OLE color: 15357314.

HSL color Cylindrical-coordinate representation of color #8255EA: hue angle of 258.12º degrees, saturation: 0.78, 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 #8255EA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13085234-
CMYK0.440.6400.08
HSL258.12º78.01%62.55%-
HSV(B)258.12º63.68%91.76%-
XYZ27.3117.1879.72-
YUV115.44194.91138.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=28.95%
G=18.93%
B=52.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal130852340.440.6400.08258.1278.0162.55
Hex8255EA2C40081024e3f
Octal2021253525410001040211677
Binary100000101010101111010101011001000000010001000000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8255EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8255EA; }

 p { color: rgb(130,85,234); }

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

<style>
 a { background-color: #8255EA; }

 a { background-color: rgb(130,85,234); }

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

<style>
 span { border-color: #8255EA; }

 span { border-color: rgb(130,85,234); }

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