#8251E8

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

Shades of Medium Slate Blue #8251E8

Tints of Medium Slate Blue #8251E8

Color information

#8251E8 (or 0x8251E8) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 51 and E8. RGB value is (130,81,232). Sum of RGB (Red+Green+Blue) = 130+81+232=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #8251E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251E8 is #7DAE17. Grayscale: #707070. Windows color (decimal): -8236568 or 15225218. OLE color: 15225218.

HSL color Cylindrical-coordinate representation of color #8251E8: hue angle of 259.47º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8251E8 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13081232-
CMYK0.440.6500.09
HSL259.47º76.65%61.37%-
HSV(B)259.47º65.09%90.98%-
XYZ26.7116.4678.11-
YUV112.86195.23140.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 232 (91.02% from 255) = 52.37%
R=29.35%
G=18.28%
B=52.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal130812320.440.6500.09259.4776.6561.37
Hex8251E82C41091034d3d
Octal2021213505410101140311575
Binary100000101010001111010001011001000001010011000000111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8251E8; }

 p { color: rgb(130,81,232); }

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

<style>
 a { background-color: #8251E8; }

 a { background-color: rgb(130,81,232); }

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

<style>
 span { border-color: #8251E8; }

 span { border-color: rgb(130,81,232); }

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