Html Css Color HEX #825EDD Medium Slate Blue

📋 copy color: '#825EDD'

red 130 ◦ green 94 ◦ blue 221

#825EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #825EDD

Tints of Medium Slate Blue #825EDD

RGB

 RED value IS 130 (51.17% from 255) = 29.21%

 GREEN value IS 94 (37.11% from 255) = 21.12%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 29.21%
G = 21.12%
B = 49.66%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#825EDD (or 0x825EDD) is known color: Medium Slate Blue. HEX triplet: 82, 5E and DD. RGB value is (130,94,221). Sum of RGB (Red+Green+Blue) = 130+94+221=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #825EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EDD is #7DA122. Grayscale: #767676. Windows color (decimal): -8233251 or 14507650. OLE color: 14507650.

HSL color Cylindrical-coordinate representation of color #825EDD: hue angle of 257.01º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #825EDD is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 94 221 -
CMYK 0.41 0.57 0 0.13
HSL 257.01º 0.65% 0.62% -
HSV(B) 257.01º 0.57% 0.87% -
XYZ 26.26 17.97 70.49 -
YUV 119.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 130 94 221 0.41 0.57 0 0.13 257.01 0.65 0.62
Hex 82 5E DD 29 39 0 D 101 41 3E
Octal 202 136 335 51 71 0 15 401 101 76
Binary 10000010 1011110 11011101 101001 111001 0 1101 100000001 1000001 111110

Color Harmonies of #825EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EDD

Black with #825EDD

Text Example


Text Example

White with #825EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,221); }

 H1.HeaderClassName
 {
   color: #825EDD;
 }
 .AnyTagClassName
 {
   color: #825EDD;
 }
</style>

background-color css

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

 a { background-color: rgb(130,94,221); }

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

border-color css

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

 span { border-color: rgb(130,94,221); }

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