Html Css Color HEX #824EDE Medium Slate Blue

📋 copy color: '#824EDE'

red 130 ◦ green 78 ◦ blue 222

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

Shades of Medium Slate Blue #824EDE

Tints of Medium Slate Blue #824EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.14%

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

R = 30.23%
G = 18.14%
B = 51.63%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#824EDE (or 0x824EDE) is known color: Medium Slate Blue. HEX triplet: 82, 4E and DE. RGB value is (130,78,222). Sum of RGB (Red+Green+Blue) = 130+78+222=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #824EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EDE is #7DB121. Grayscale: #6D6D6D. Windows color (decimal): -8237346 or 14569090. OLE color: 14569090.

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

Color convert

RGB 130 78 222 -
CMYK 0.41 0.65 0 0.13
HSL 261.67º 0.69% 0.59% -
HSV(B) 261.67º 0.65% 0.87% -
XYZ 25.12 15.47 70.77 -
YUV 109.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 130 78 222 0.41 0.65 0 0.13 261.67 0.69 0.59
Hex 82 4E DE 29 41 0 D 106 45 3B
Octal 202 116 336 51 101 0 15 406 105 73
Binary 10000010 1001110 11011110 101001 1000001 0 1101 100000110 1000101 111011

Color Harmonies of #824EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EDE

Black with #824EDE

Text Example


Text Example

White with #824EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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