#8251ED

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

Shades of Medium Slate Blue #8251ED

Tints of Medium Slate Blue #8251ED

Color information

#8251ED (or 0x8251ED) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 51 and ED. RGB value is (130,81,237). Sum of RGB (Red+Green+Blue) = 130+81+237=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #8251ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251ED is #7DAE12. Grayscale: #707070. Windows color (decimal): -8236563 or 15552898. OLE color: 15552898.

HSL color Cylindrical-coordinate representation of color #8251ED: hue angle of 258.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8251ED is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13081237-
CMYK0.450.6600.07
HSL258.85º81.25%62.35%-
HSV(B)258.85º65.82%92.94%-
XYZ27.4316.7581.91-
YUV113.44197.73139.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 237 (92.97% from 255) = 52.90%
R=29.02%
G=18.08%
B=52.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130812370.450.6600.07258.8581.2562.35
Hex8251ED2D4207103513e
Octal202121355551020740312176
Binary10000010101000111101101101101100001001111000000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8251ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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