Html Css Color HEX #824AF1 Medium Slate Blue

📋 copy color: '#824AF1'

red 130 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #824AF1

Tints of Medium Slate Blue #824AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 29.21%
G = 16.63%
B = 54.16%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#824AF1 (or 0x824AF1) is known color: Medium Slate Blue. HEX triplet: 82, 4A and F1. RGB value is (130,74,241). Sum of RGB (Red+Green+Blue) = 130+74+241=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #824AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824AF1 is #7DB50E. Grayscale: #6D6D6D. Windows color (decimal): -8238351 or 15813250. OLE color: 15813250.

HSL color Cylindrical-coordinate representation of color #824AF1: hue angle of 260.12º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824AF1 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 74 241 -
CMYK 0.46 0.69 0 0.05
HSL 260.12º 0.86% 0.62% -
HSV(B) 260.12º 0.69% 0.95% -
XYZ 27.53 15.99 84.86 -
YUV 109.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 130 74 241 0.46 0.69 0 0.05 260.12 0.86 0.62
Hex 82 4A F1 2E 45 0 5 104 56 3E
Octal 202 112 361 56 105 0 5 404 126 76
Binary 10000010 1001010 11110001 101110 1000101 0 101 100000100 1010110 111110

Color Harmonies of #824AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AF1

Black with #824AF1

Text Example


Text Example

White with #824AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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