#8047F7

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

Shades of Medium Slate Blue #8047F7

Tints of Medium Slate Blue #8047F7

Color information

#8047F7 (or 0x8047F7) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 47 and F7. RGB value is (128,71,247). Sum of RGB (Red+Green+Blue) = 128+71+247=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #8047F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047F7 is #7FB808. Grayscale: #6B6B6B. Windows color (decimal): -8370185 or 16205696. OLE color: 16205696.

HSL color Cylindrical-coordinate representation of color #8047F7: hue angle of 259.43º 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 #8047F7 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12871247-
CMYK0.480.7100.03
HSL259.43º91.67%62.35%-
HSV(B)259.43º71.26%96.86%-
XYZ27.9415.8189.57-
YUV108.11206.38142.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 71 (28.12% from 255) = 15.92%
BLUE value IS 247 (96.88% from 255) = 55.38%
R=28.70%
G=15.92%
B=55.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal128712470.480.7100.03259.4391.6762.35
Hex8047F73047031035c3e
Octal200107367601070340313476
Binary1000000010001111111011111000010001110111000000111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8047F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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