#825DE5

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

Shades of Medium Slate Blue #825DE5

Tints of Medium Slate Blue #825DE5

Color information

#825DE5 (or 0x825DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 5D and E5. RGB value is (130,93,229). Sum of RGB (Red+Green+Blue) = 130+93+229=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 229 (89.84% from 255 or 50.66% from 452); Max value from RGB is 229 - color contains mainly: blue. Hex color #825DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DE5 is #7DA21A. Grayscale: #777777. Windows color (decimal): -8233499 or 15031682. OLE color: 15031682.

HSL color Cylindrical-coordinate representation of color #825DE5: hue angle of 256.32º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825DE5 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13093229-
CMYK0.430.5900.10
HSL256.32º72.34%63.14%-
HSV(B)256.32º59.39%89.8%-
XYZ27.2618.2376.21-
YUV119.57189.76135.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 229 (89.84% from 255) = 50.66%
R=28.76%
G=20.58%
B=50.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal130932290.430.5900.10256.3272.3463.14
Hex825DE52B3B0A100483f
Octal202135345537301240011077
Binary10000010101110111100101101011111011010101000000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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