Html Css Color HEX #825EDC Medium Slate Blue

📋 copy color: '#825EDC'

red 130 ◦ green 94 ◦ blue 220

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

Shades of Medium Slate Blue #825EDC

Tints of Medium Slate Blue #825EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 29.28%
G = 21.17%
B = 49.55%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#825EDC (or 0x825EDC) is known color: Medium Slate Blue. HEX triplet: 82, 5E and DC. RGB value is (130,94,220). Sum of RGB (Red+Green+Blue) = 130+94+220=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #825EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EDC is #7DA123. Grayscale: #767676. Windows color (decimal): -8233252 or 14442114. OLE color: 14442114.

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

Color convert

RGB 130 94 220 -
CMYK 0.41 0.57 0 0.14
HSL 257.14º 0.64% 0.62% -
HSV(B) 257.14º 0.57% 0.86% -
XYZ 26.13 17.92 69.79 -
YUV 119.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 130 94 220 0.41 0.57 0 0.14 257.14 0.64 0.62
Hex 82 5E DC 29 39 0 E 101 40 3E
Octal 202 136 334 51 71 0 16 401 100 76
Binary 10000010 1011110 11011100 101001 111001 0 1110 100000001 1000000 111110

Color Harmonies of #825EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EDC

Black with #825EDC

Text Example


Text Example

White with #825EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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