Html Css Color HEX #824DFF Medium Slate Blue

📋 copy color: '#824DFF'

red 130 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #824DFF

Tints of Medium Slate Blue #824DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 28.14%
G = 16.67%
B = 55.19%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#824DFF (or 0x824DFF) is known color: Medium Slate Blue. HEX triplet: 82, 4D and FF. RGB value is (130,77,255). Sum of RGB (Red+Green+Blue) = 130+77+255=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #824DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DFF is #7DB200. Grayscale: #707070. Windows color (decimal): -8237569 or 16731522. OLE color: 16731522.

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

Color convert

RGB 130 77 255 -
CMYK 0.49 0.70 0 0
HSL 257.87º 1% 0.65% -
HSV(B) 257.87º 0.7% 1% -
XYZ 29.91 17.27 96.37 -
YUV 113.14 208.06 140.03 -
System Red Green Blue C M Y K H S L
Decimal 130 77 255 0.49 0.70 0 0 257.87 1 0.65
Hex 82 4D FF 31 46 0 0 102 64 41
Octal 202 115 377 61 106 0 0 402 144 101
Binary 10000010 1001101 11111111 110001 1000110 0 0 100000010 1100100 1000001

Color Harmonies of #824DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DFF

Black with #824DFF

Text Example


Text Example

White with #824DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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