#8251E0

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

Shades of Medium Slate Blue #8251E0

Tints of Medium Slate Blue #8251E0

Color information

#8251E0 (or 0x8251E0) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 51 and E0. RGB value is (130,81,224). Sum of RGB (Red+Green+Blue) = 130+81+224=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #8251E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251E0 is #7DAE1F. Grayscale: #6F6F6F. Windows color (decimal): -8236576 or 14700930. OLE color: 14700930.

HSL color Cylindrical-coordinate representation of color #8251E0: hue angle of 260.56º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8251E0 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13081224-
CMYK0.420.6400.12
HSL260.56º69.76%59.8%-
HSV(B)260.56º63.84%87.84%-
XYZ25.616.0172.26-
YUV111.95191.23140.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 224 (87.89% from 255) = 51.49%
R=29.89%
G=18.62%
B=51.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal130812240.420.6400.12260.5669.7659.8
Hex8251E02A400C105463c
Octal2021213405210001440510674
Binary100000101010001111000001010101000000011001000001011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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