Html Css Color HEX #824FE5 Medium Slate Blue

📋 copy color: '#824FE5'

red 130 ◦ green 79 ◦ blue 229

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

Shades of Medium Slate Blue #824FE5

Tints of Medium Slate Blue #824FE5

RGB

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

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

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

R = 29.68%
G = 18.04%
B = 52.28%

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

#824FE5 (or 0x824FE5) is known color: Medium Slate Blue. HEX triplet: 82, 4F and E5. RGB value is (130,79,229). Sum of RGB (Red+Green+Blue) = 130+79+229=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #824FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FE5 is #7DB01A. Grayscale: #6E6E6E. Windows color (decimal): -8237083 or 15028098. OLE color: 15028098.

HSL color Cylindrical-coordinate representation of color #824FE5: hue angle of 260.4º 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 #824FE5 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 79 229 -
CMYK 0.43 0.66 0 0.10
HSL 260.4º 0.74% 0.6% -
HSV(B) 260.4º 0.66% 0.9% -
XYZ 26.14 15.99 75.84 -
YUV 111.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 130 79 229 0.43 0.66 0 0.10 260.4 0.74 0.6
Hex 82 4F E5 2B 42 0 A 104 4A 3C
Octal 202 117 345 53 102 0 12 404 112 74
Binary 10000010 1001111 11100101 101011 1000010 0 1010 100000100 1001010 111100

Color Harmonies of #824FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FE5

Black with #824FE5

Text Example


Text Example

White with #824FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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