Html Css Color HEX #824EE5 Medium Slate Blue

📋 copy color: '#824EE5'

red 130 ◦ green 78 ◦ blue 229

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

Shades of Medium Slate Blue #824EE5

Tints of Medium Slate Blue #824EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.4%

R = 29.75%
G = 17.85%
B = 52.4%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#824EE5 (or 0x824EE5) is known color: Medium Slate Blue. HEX triplet: 82, 4E and E5. RGB value is (130,78,229). Sum of RGB (Red+Green+Blue) = 130+78+229=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #824EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EE5 is #7DB11A. Grayscale: #6E6E6E. Windows color (decimal): -8237339 or 15027842. OLE color: 15027842.

HSL color Cylindrical-coordinate representation of color #824EE5: hue angle of 260.66º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824EE5 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 78 229 -
CMYK 0.43 0.66 0 0.10
HSL 260.66º 0.74% 0.6% -
HSV(B) 260.66º 0.66% 0.9% -
XYZ 26.07 15.85 75.81 -
YUV 110.76 194.73 141.72 -
System Red Green Blue C M Y K H S L
Decimal 130 78 229 0.43 0.66 0 0.10 260.66 0.74 0.6
Hex 82 4E E5 2B 42 0 A 105 4A 3C
Octal 202 116 345 53 102 0 12 405 112 74
Binary 10000010 1001110 11100101 101011 1000010 0 1010 100000101 1001010 111100

Color Harmonies of #824EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EE5

Black with #824EE5

Text Example


Text Example

White with #824EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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