#8257F8

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

Shades of Medium Slate Blue #8257F8

Tints of Medium Slate Blue #8257F8

Color information

#8257F8 (or 0x8257F8) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 57 and F8. RGB value is (130,87,248). Sum of RGB (Red+Green+Blue) = 130+87+248=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #8257F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257F8 is #7DA807. Grayscale: #757575. Windows color (decimal): -8235016 or 16275330. OLE color: 16275330.

HSL color Cylindrical-coordinate representation of color #8257F8: hue angle of 256.02º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8257F8 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13087248-
CMYK0.480.6500.03
HSL256.02º92%65.69%-
HSV(B)256.02º64.92%97.25%-
XYZ29.5618.3490.79-
YUV118.21201.25136.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 87 (34.38% from 255) = 18.71%
BLUE value IS 248 (97.27% from 255) = 53.33%
R=27.96%
G=18.71%
B=53.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal130872480.480.6500.03256.029265.69
Hex8257F83041031005c42
Octal2021273706010103400134102
Binary10000010101011111111000110000100000101110000000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8257F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8257F8; }

 p { color: rgb(130,87,248); }

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

<style>
 a { background-color: #8257F8; }

 a { background-color: rgb(130,87,248); }

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

<style>
 span { border-color: #8257F8; }

 span { border-color: rgb(130,87,248); }

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