Html Css Color HEX #824FED Medium Slate Blue

📋 copy color: '#824FED'

red 130 ◦ green 79 ◦ blue 237

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

Shades of Medium Slate Blue #824FED

Tints of Medium Slate Blue #824FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 29.15%
G = 17.71%
B = 53.14%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#824FED (or 0x824FED) is known color: Medium Slate Blue. HEX triplet: 82, 4F and ED. RGB value is (130,79,237). Sum of RGB (Red+Green+Blue) = 130+79+237=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #824FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824FED is #7DB012. Grayscale: #6F6F6F. Windows color (decimal): -8237075 or 15552386. OLE color: 15552386.

HSL color Cylindrical-coordinate representation of color #824FED: hue angle of 259.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824FED is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 79 237 -
CMYK 0.45 0.67 0 0.07
HSL 259.37º 0.81% 0.62% -
HSV(B) 259.37º 0.67% 0.93% -
XYZ 27.29 16.45 81.86 -
YUV 112.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 130 79 237 0.45 0.67 0 0.07 259.37 0.81 0.62
Hex 82 4F ED 2D 43 0 7 103 51 3E
Octal 202 117 355 55 103 0 7 403 121 76
Binary 10000010 1001111 11101101 101101 1000011 0 111 100000011 1010001 111110

Color Harmonies of #824FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FED

Black with #824FED

Text Example


Text Example

White with #824FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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