#825DEA

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

Shades of Medium Slate Blue #825DEA

Tints of Medium Slate Blue #825DEA

Color information

#825DEA (or 0x825DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 5D and EA. RGB value is (130,93,234). Sum of RGB (Red+Green+Blue) = 130+93+234=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #825DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825DEA is #7DA215. Grayscale: #777777. Windows color (decimal): -8233494 or 15359362. OLE color: 15359362.

HSL color Cylindrical-coordinate representation of color #825DEA: hue angle of 255.74º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825DEA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13093234-
CMYK0.440.6000.08
HSL255.74º77.05%64.12%-
HSV(B)255.74º60.26%91.76%-
XYZ27.9718.5279.94-
YUV120.14192.26135.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 234 (91.80% from 255) = 51.20%
R=28.45%
G=20.35%
B=51.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal130932340.440.6000.08255.7477.0564.12
Hex825DEA2C3C081004d40
Octal2021353525474010400115100
Binary100000101011101111010101011001111000100010000000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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