#8247FE

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

Shades of Medium Slate Blue #8247FE

Tints of Medium Slate Blue #8247FE

Color information

#8247FE (or 0x8247FE) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 47 and FE. RGB value is (130,71,254). Sum of RGB (Red+Green+Blue) = 130+71+254=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #8247FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8247FE is #7DB801. Grayscale: #6C6C6C. Windows color (decimal): -8239106 or 16664450. OLE color: 16664450.

HSL color Cylindrical-coordinate representation of color #8247FE: hue angle of 259.34º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8247FE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13071254-
CMYK0.490.7200.00
HSL259.34º98.92%63.73%-
HSV(B)259.34º72.05%99.61%-
XYZ29.3516.4195.39-
YUV109.5209.55142.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 71 (28.12% from 255) = 15.60%
BLUE value IS 254 (99.61% from 255) = 55.82%
R=28.57%
G=15.60%
B=55.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal130712540.490.7200.00259.3498.9263.73
Hex8247FE3148001036340
Octal2021073766111000403143100
Binary1000001010001111111111011000110010000010000001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8247FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8247FE; }

 p { color: rgb(130,71,254); }

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

<style>
 a { background-color: #8247FE; }

 a { background-color: rgb(130,71,254); }

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

<style>
 span { border-color: #8247FE; }

 span { border-color: rgb(130,71,254); }

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