Html Css Color HEX #824AFE Medium Slate Blue

📋 copy color: '#824AFE'

red 130 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #824AFE

Tints of Medium Slate Blue #824AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.16%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 28.38%
G = 16.16%
B = 55.46%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#824AFE (or 0x824AFE) is known color: Medium Slate Blue. HEX triplet: 82, 4A and FE. RGB value is (130,74,254). Sum of RGB (Red+Green+Blue) = 130+74+254=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #824AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824AFE is #7DB501. Grayscale: #6E6E6E. Windows color (decimal): -8238338 or 16665218. OLE color: 16665218.

HSL color Cylindrical-coordinate representation of color #824AFE: hue angle of 258.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #824AFE is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 74 254 -
CMYK 0.49 0.71 0 0.00
HSL 258.67º 0.99% 0.64% -
HSV(B) 258.67º 0.71% 1% -
XYZ 29.54 16.8 95.45 -
YUV 111.26 208.55 141.36 -
System Red Green Blue C M Y K H S L
Decimal 130 74 254 0.49 0.71 0 0.00 258.67 0.99 0.64
Hex 82 4A FE 31 47 0 0 103 63 40
Octal 202 112 376 61 107 0 0 403 143 100
Binary 10000010 1001010 11111110 110001 1000111 0 0 100000011 1100011 1000000

Color Harmonies of #824AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AFE

Black with #824AFE

Text Example


Text Example

White with #824AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,254); }

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

background-color css

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

 a { background-color: rgb(130,74,254); }

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

border-color css

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

 span { border-color: rgb(130,74,254); }

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