Html Css Color HEX #824FDE Medium Slate Blue

📋 copy color: '#824FDE'

red 130 ◦ green 79 ◦ blue 222

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

Shades of Medium Slate Blue #824FDE

Tints of Medium Slate Blue #824FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

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

R = 30.16%
G = 18.33%
B = 51.51%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#824FDE (or 0x824FDE) is known color: Medium Slate Blue. HEX triplet: 82, 4F and DE. RGB value is (130,79,222). Sum of RGB (Red+Green+Blue) = 130+79+222=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #824FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FDE is #7DB021. Grayscale: #6E6E6E. Windows color (decimal): -8237090 or 14569346. OLE color: 14569346.

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

Color convert

RGB 130 79 222 -
CMYK 0.41 0.64 0 0.13
HSL 261.4º 0.68% 0.59% -
HSV(B) 261.4º 0.64% 0.87% -
XYZ 25.19 15.61 70.79 -
YUV 110.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 130 79 222 0.41 0.64 0 0.13 261.4 0.68 0.59
Hex 82 4F DE 29 40 0 D 105 44 3B
Octal 202 117 336 51 100 0 15 405 104 73
Binary 10000010 1001111 11011110 101001 1000000 0 1101 100000101 1000100 111011

Color Harmonies of #824FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FDE

Black with #824FDE

Text Example


Text Example

White with #824FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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