Html Css Color HEX #824DEF Medium Slate Blue

📋 copy color: '#824DEF'

red 130 ◦ green 77 ◦ blue 239

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

Shades of Medium Slate Blue #824DEF

Tints of Medium Slate Blue #824DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 29.15%
G = 17.26%
B = 53.59%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#824DEF (or 0x824DEF) is known color: Medium Slate Blue. HEX triplet: 82, 4D and EF. RGB value is (130,77,239). Sum of RGB (Red+Green+Blue) = 130+77+239=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #824DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DEF is #7DB210. Grayscale: #6E6E6E. Windows color (decimal): -8237585 or 15682946. OLE color: 15682946.

HSL color Cylindrical-coordinate representation of color #824DEF: hue angle of 259.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824DEF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 77 239 -
CMYK 0.46 0.68 0 0.06
HSL 259.63º 0.84% 0.62% -
HSV(B) 259.63º 0.68% 0.94% -
XYZ 27.44 16.29 83.36 -
YUV 111.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 130 77 239 0.46 0.68 0 0.06 259.63 0.84 0.62
Hex 82 4D EF 2E 44 0 6 104 54 3E
Octal 202 115 357 56 104 0 6 404 124 76
Binary 10000010 1001101 11101111 101110 1000100 0 110 100000100 1010100 111110

Color Harmonies of #824DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DEF

Black with #824DEF

Text Example


Text Example

White with #824DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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