Html Css Color HEX #824DFE Medium Slate Blue

📋 copy color: '#824DFE'

red 130 ◦ green 77 ◦ blue 254

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

Shades of Medium Slate Blue #824DFE

Tints of Medium Slate Blue #824DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.7%

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 28.2%
G = 16.7%
B = 55.1%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#824DFE (or 0x824DFE) is known color: Medium Slate Blue. HEX triplet: 82, 4D and FE. RGB value is (130,77,254). Sum of RGB (Red+Green+Blue) = 130+77+254=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #824DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DFE is #7DB201. Grayscale: #707070. Windows color (decimal): -8237570 or 16665986. OLE color: 16665986.

HSL color Cylindrical-coordinate representation of color #824DFE: hue angle of 257.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824DFE is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 77 254 -
CMYK 0.49 0.70 0 0.00
HSL 257.97º 0.99% 0.65% -
HSV(B) 257.97º 0.7% 1% -
XYZ 29.75 17.21 95.52 -
YUV 113.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 130 77 254 0.49 0.70 0 0.00 257.97 0.99 0.65
Hex 82 4D FE 31 46 0 0 102 63 41
Octal 202 115 376 61 106 0 0 402 143 101
Binary 10000010 1001101 11111110 110001 1000110 0 0 100000010 1100011 1000001

Color Harmonies of #824DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DFE

Black with #824DFE

Text Example


Text Example

White with #824DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,254); }

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

background-color css

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

 a { background-color: rgb(130,77,254); }

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

border-color css

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

 span { border-color: rgb(130,77,254); }

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