#825DED

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

Shades of Medium Slate Blue #825DED

Tints of Medium Slate Blue #825DED

Color information

#825DED (or 0x825DED) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 5D and ED. RGB value is (130,93,237). Sum of RGB (Red+Green+Blue) = 130+93+237=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #825DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825DED is #7DA212. Grayscale: #777777. Windows color (decimal): -8233491 or 15555970. OLE color: 15555970.

HSL color Cylindrical-coordinate representation of color #825DED: hue angle of 255.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #825DED is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13093237-
CMYK0.450.6100.07
HSL255.42º80%64.71%-
HSV(B)255.42º60.76%92.94%-
XYZ28.4118.6982.23-
YUV120.48193.76134.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.26%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=28.26%
G=20.22%
B=51.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130932370.450.6100.07255.428064.71
Hex825DED2D3D07ff5041
Octal202135355557507377120101
Binary1000001010111011110110110110111110101111111111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825DED; }

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

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

<style>
 a { background-color: #825DED; }

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

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

<style>
 span { border-color: #825DED; }

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

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