#8247F7

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

Shades of Medium Slate Blue #8247F7

Tints of Medium Slate Blue #8247F7

Color information

#8247F7 (or 0x8247F7) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 47 and F7. RGB value is (130,71,247). Sum of RGB (Red+Green+Blue) = 130+71+247=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #8247F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8247F7 is #7DB808. Grayscale: #6C6C6C. Windows color (decimal): -8239113 or 16205698. OLE color: 16205698.

HSL color Cylindrical-coordinate representation of color #8247F7: hue angle of 260.11º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8247F7 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13071247-
CMYK0.470.7100.03
HSL260.11º91.67%62.35%-
HSV(B)260.11º71.26%96.86%-
XYZ28.2515.9789.59-
YUV108.7206.05143.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 247 (96.88% from 255) = 55.13%
R=29.02%
G=15.85%
B=55.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal130712470.470.7100.03260.1191.6762.35
Hex8247F72F47031045c3e
Octal202107367571070340413476
Binary1000001010001111111011110111110001110111000001001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8247F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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