Html Css Color HEX #824DE0 Medium Slate Blue

📋 copy color: '#824DE0'

red 130 ◦ green 77 ◦ blue 224

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

Shades of Medium Slate Blue #824DE0

Tints of Medium Slate Blue #824DE0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 30.16%
G = 17.87%
B = 51.97%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#824DE0 (or 0x824DE0) is known color: Medium Slate Blue. HEX triplet: 82, 4D and E0. RGB value is (130,77,224). Sum of RGB (Red+Green+Blue) = 130+77+224=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #824DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DE0 is #7DB21F. Grayscale: #6D6D6D. Windows color (decimal): -8237600 or 14699906. OLE color: 14699906.

HSL color Cylindrical-coordinate representation of color #824DE0: hue angle of 261.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824DE0 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 77 224 -
CMYK 0.42 0.66 0 0.12
HSL 261.63º 0.7% 0.59% -
HSV(B) 261.63º 0.66% 0.88% -
XYZ 25.31 15.44 72.17 -
YUV 109.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 130 77 224 0.42 0.66 0 0.12 261.63 0.7 0.59
Hex 82 4D E0 2A 42 0 C 106 46 3B
Octal 202 115 340 52 102 0 14 406 106 73
Binary 10000010 1001101 11100000 101010 1000010 0 1100 100000110 1000110 111011

Color Harmonies of #824DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DE0

Black with #824DE0

Text Example


Text Example

White with #824DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824DE0; }

 p { color: rgb(130,77,224); }

 H1.HeaderClassName
 {
   color: #824DE0;
 }
 .AnyTagClassName
 {
   color: #824DE0;
 }
</style>

background-color css

<style>
 a { background-color: #824DE0; }

 a { background-color: rgb(130,77,224); }

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

border-color css

<style>
 span { border-color: #824DE0; }

 span { border-color: rgb(130,77,224); }

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