Html Css Color HEX #824EE9 Medium Slate Blue

📋 copy color: '#824EE9'

red 130 ◦ green 78 ◦ blue 233

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

Shades of Medium Slate Blue #824EE9

Tints of Medium Slate Blue #824EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 29.48%
G = 17.69%
B = 52.83%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#824EE9 (or 0x824EE9) is known color: Medium Slate Blue. HEX triplet: 82, 4E and E9. RGB value is (130,78,233). Sum of RGB (Red+Green+Blue) = 130+78+233=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #824EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824EE9 is #7DB116. Grayscale: #6E6E6E. Windows color (decimal): -8237335 or 15289986. OLE color: 15289986.

HSL color Cylindrical-coordinate representation of color #824EE9: hue angle of 260.13º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824EE9 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 78 233 -
CMYK 0.44 0.67 0 0.09
HSL 260.13º 0.78% 0.61% -
HSV(B) 260.13º 0.67% 0.91% -
XYZ 26.64 16.08 78.79 -
YUV 111.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 130 78 233 0.44 0.67 0 0.09 260.13 0.78 0.61
Hex 82 4E E9 2C 43 0 9 104 4E 3D
Octal 202 116 351 54 103 0 11 404 116 75
Binary 10000010 1001110 11101001 101100 1000011 0 1001 100000100 1001110 111101

Color Harmonies of #824EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EE9

Black with #824EE9

Text Example


Text Example

White with #824EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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