Html Css Color HEX #825EDE Medium Slate Blue

📋 copy color: '#825EDE'

red 130 ◦ green 94 ◦ blue 222

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

Shades of Medium Slate Blue #825EDE

Tints of Medium Slate Blue #825EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 29.15%
G = 21.08%
B = 49.78%

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

#825EDE (or 0x825EDE) is known color: Medium Slate Blue. HEX triplet: 82, 5E and DE. RGB value is (130,94,222). Sum of RGB (Red+Green+Blue) = 130+94+222=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #825EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EDE is #7DA121. Grayscale: #767676. Windows color (decimal): -8233250 or 14573186. OLE color: 14573186.

HSL color Cylindrical-coordinate representation of color #825EDE: hue angle of 256.88º degrees, saturation: 0.66, 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 #825EDE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 94 222 -
CMYK 0.41 0.58 0 0.13
HSL 256.88º 0.66% 0.62% -
HSV(B) 256.88º 0.58% 0.87% -
XYZ 26.39 18.03 71.2 -
YUV 119.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 130 94 222 0.41 0.58 0 0.13 256.88 0.66 0.62
Hex 82 5E DE 29 3A 0 D 101 42 3E
Octal 202 136 336 51 72 0 15 401 102 76
Binary 10000010 1011110 11011110 101001 111010 0 1101 100000001 1000010 111110

Color Harmonies of #825EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EDE

Black with #825EDE

Text Example


Text Example

White with #825EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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