Html Css Color HEX #824FDF Medium Slate Blue

📋 copy color: '#824FDF'

red 130 ◦ green 79 ◦ blue 223

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

Shades of Medium Slate Blue #824FDF

Tints of Medium Slate Blue #824FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 30.09%
G = 18.29%
B = 51.62%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#824FDF (or 0x824FDF) is known color: Medium Slate Blue. HEX triplet: 82, 4F and DF. RGB value is (130,79,223). Sum of RGB (Red+Green+Blue) = 130+79+223=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #824FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FDF is #7DB020. Grayscale: #6E6E6E. Windows color (decimal): -8237089 or 14634882. OLE color: 14634882.

HSL color Cylindrical-coordinate representation of color #824FDF: hue angle of 261.25º 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 #824FDF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 79 223 -
CMYK 0.42 0.65 0 0.13
HSL 261.25º 0.69% 0.59% -
HSV(B) 261.25º 0.65% 0.87% -
XYZ 25.32 15.67 71.5 -
YUV 110.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 130 79 223 0.42 0.65 0 0.13 261.25 0.69 0.59
Hex 82 4F DF 2A 41 0 D 105 45 3B
Octal 202 117 337 52 101 0 15 405 105 73
Binary 10000010 1001111 11011111 101010 1000001 0 1101 100000101 1000101 111011

Color Harmonies of #824FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FDF

Black with #824FDF

Text Example


Text Example

White with #824FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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