Html Css Color HEX #825DDD Medium Slate Blue

📋 copy color: '#825DDD'

red 130 ◦ green 93 ◦ blue 221

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

Shades of Medium Slate Blue #825DDD

Tints of Medium Slate Blue #825DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.95%

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

R = 29.28%
G = 20.95%
B = 49.77%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#825DDD (or 0x825DDD) is known color: Medium Slate Blue. HEX triplet: 82, 5D and DD. RGB value is (130,93,221). Sum of RGB (Red+Green+Blue) = 130+93+221=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #825DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DDD is #7DA222. Grayscale: #767676. Windows color (decimal): -8233507 or 14507394. OLE color: 14507394.

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

Color convert

RGB 130 93 221 -
CMYK 0.41 0.58 0 0.13
HSL 257.34º 0.65% 0.62% -
HSV(B) 257.34º 0.58% 0.87% -
XYZ 26.17 17.79 70.46 -
YUV 118.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 130 93 221 0.41 0.58 0 0.13 257.34 0.65 0.62
Hex 82 5D DD 29 3A 0 D 101 41 3E
Octal 202 135 335 51 72 0 15 401 101 76
Binary 10000010 1011101 11011101 101001 111010 0 1101 100000001 1000001 111110

Color Harmonies of #825DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DDD

Black with #825DDD

Text Example


Text Example

White with #825DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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