Html Css Color HEX #824DDE Medium Slate Blue

📋 copy color: '#824DDE'

red 130 ◦ green 77 ◦ blue 222

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

Shades of Medium Slate Blue #824DDE

Tints of Medium Slate Blue #824DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 30.3%
G = 17.95%
B = 51.75%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#824DDE (or 0x824DDE) is known color: Medium Slate Blue. HEX triplet: 82, 4D and DE. RGB value is (130,77,222). Sum of RGB (Red+Green+Blue) = 130+77+222=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #824DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DDE is #7DB221. Grayscale: #6C6C6C. Windows color (decimal): -8237602 or 14568834. OLE color: 14568834.

HSL color Cylindrical-coordinate representation of color #824DDE: hue angle of 261.93º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824DDE is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 77 222 -
CMYK 0.41 0.65 0 0.13
HSL 261.93º 0.69% 0.59% -
HSV(B) 261.93º 0.65% 0.87% -
XYZ 25.04 15.33 70.75 -
YUV 109.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 130 77 222 0.41 0.65 0 0.13 261.93 0.69 0.59
Hex 82 4D DE 29 41 0 D 106 45 3B
Octal 202 115 336 51 101 0 15 406 105 73
Binary 10000010 1001101 11011110 101001 1000001 0 1101 100000110 1000101 111011

Color Harmonies of #824DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DDE

Black with #824DDE

Text Example


Text Example

White with #824DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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