Html Css Color HEX #824DFC Medium Slate Blue

📋 copy color: '#824DFC'

red 130 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #824DFC

Tints of Medium Slate Blue #824DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 28.32%
G = 16.78%
B = 54.9%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#824DFC (or 0x824DFC) is known color: Medium Slate Blue. HEX triplet: 82, 4D and FC. RGB value is (130,77,252). Sum of RGB (Red+Green+Blue) = 130+77+252=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #824DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DFC is #7DB203. Grayscale: #707070. Windows color (decimal): -8237572 or 16534914. OLE color: 16534914.

HSL color Cylindrical-coordinate representation of color #824DFC: hue angle of 258.17º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824DFC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 77 252 -
CMYK 0.48 0.69 0 0.01
HSL 258.17º 0.97% 0.65% -
HSV(B) 258.17º 0.69% 0.99% -
XYZ 29.43 17.08 93.84 -
YUV 112.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 130 77 252 0.48 0.69 0 0.01 258.17 0.97 0.65
Hex 82 4D FC 30 45 0 1 102 61 41
Octal 202 115 374 60 105 0 1 402 141 101
Binary 10000010 1001101 11111100 110000 1000101 0 1 100000010 1100001 1000001

Color Harmonies of #824DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DFC

Black with #824DFC

Text Example


Text Example

White with #824DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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