#8254F1

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

Shades of Medium Slate Blue #8254F1

Tints of Medium Slate Blue #8254F1

Color information

#8254F1 (or 0x8254F1) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 54 and F1. RGB value is (130,84,241). Sum of RGB (Red+Green+Blue) = 130+84+241=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #8254F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8254F1 is #7DAB0E. Grayscale: #737373. Windows color (decimal): -8235791 or 15815810. OLE color: 15815810.

HSL color Cylindrical-coordinate representation of color #8254F1: hue angle of 257.58º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8254F1 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13084241-
CMYK0.460.6500.05
HSL257.58º84.86%63.73%-
HSV(B)257.58º65.15%94.51%-
XYZ28.2517.4485.1-
YUV115.65198.74138.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 241 (94.53% from 255) = 52.97%
R=28.57%
G=18.46%
B=52.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130842410.460.6500.05257.5884.8663.73
Hex8254F12E41051025540
Octal2021243615610105402125100
Binary100000101010100111100011011101000001010110000001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8254F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8254F1; }

 p { color: rgb(130,84,241); }

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

<style>
 a { background-color: #8254F1; }

 a { background-color: rgb(130,84,241); }

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

<style>
 span { border-color: #8254F1; }

 span { border-color: rgb(130,84,241); }

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