Html Css Color HEX #824EEE Medium Slate Blue

📋 copy color: '#824EEE'

red 130 ◦ green 78 ◦ blue 238

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

Shades of Medium Slate Blue #824EEE

Tints of Medium Slate Blue #824EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 29.15%
G = 17.49%
B = 53.36%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#824EEE (or 0x824EEE) is known color: Medium Slate Blue. HEX triplet: 82, 4E and EE. RGB value is (130,78,238). Sum of RGB (Red+Green+Blue) = 130+78+238=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #824EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824EEE is #7DB111. Grayscale: #6F6F6F. Windows color (decimal): -8237330 or 15617666. OLE color: 15617666.

HSL color Cylindrical-coordinate representation of color #824EEE: hue angle of 259.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824EEE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 78 238 -
CMYK 0.45 0.67 0 0.07
HSL 259.5º 0.82% 0.62% -
HSV(B) 259.5º 0.67% 0.93% -
XYZ 27.36 16.37 82.61 -
YUV 111.79 199.23 140.99 -
System Red Green Blue C M Y K H S L
Decimal 130 78 238 0.45 0.67 0 0.07 259.5 0.82 0.62
Hex 82 4E EE 2D 43 0 7 104 52 3E
Octal 202 116 356 55 103 0 7 404 122 76
Binary 10000010 1001110 11101110 101101 1000011 0 111 100000100 1010010 111110

Color Harmonies of #824EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EEE

Black with #824EEE

Text Example


Text Example

White with #824EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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