Html Css Color HEX #824FE0 Medium Slate Blue

📋 copy color: '#824FE0'

red 130 ◦ green 79 ◦ blue 224

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

Shades of Medium Slate Blue #824FE0

Tints of Medium Slate Blue #824FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.73%

R = 30.02%
G = 18.24%
B = 51.73%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#824FE0 (or 0x824FE0) is known color: Medium Slate Blue. HEX triplet: 82, 4F and E0. RGB value is (130,79,224). Sum of RGB (Red+Green+Blue) = 130+79+224=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #824FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FE0 is #7DB01F. Grayscale: #6E6E6E. Windows color (decimal): -8237088 or 14700418. OLE color: 14700418.

HSL color Cylindrical-coordinate representation of color #824FE0: hue angle of 261.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824FE0 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 79 224 -
CMYK 0.42 0.65 0 0.12
HSL 261.1º 0.7% 0.59% -
HSV(B) 261.1º 0.65% 0.88% -
XYZ 25.46 15.72 72.21 -
YUV 110.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 130 79 224 0.42 0.65 0 0.12 261.1 0.7 0.59
Hex 82 4F E0 2A 41 0 C 105 46 3B
Octal 202 117 340 52 101 0 14 405 106 73
Binary 10000010 1001111 11100000 101010 1000001 0 1100 100000101 1000110 111011

Color Harmonies of #824FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FE0

Black with #824FE0

Text Example


Text Example

White with #824FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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