#824DF1

Color #824DF1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #824DF1

Tints of Medium Slate Blue #824DF1

Color information

#824DF1 (or 0x824DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 4D and F1. RGB value is (130,77,241). Sum of RGB (Red+Green+Blue) = 130+77+241=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #824DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DF1 is #7DB20E. Grayscale: #6E6E6E. Windows color (decimal): -8237583 or 15814018. OLE color: 15814018.

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

Color convert

RGB13077241-
CMYK0.460.6800.05
HSL259.39º85.42%62.35%-
HSV(B)259.39º68.05%94.51%-
XYZ27.7416.484.92-
YUV111.54201.06141.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 241 (94.53% from 255) = 53.79%
R=29.02%
G=17.19%
B=53.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130772410.460.6800.05259.3985.4262.35
Hex824DF12E4405103553e
Octal202115361561040540312576
Binary10000010100110111110001101110100010001011000000111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #824DF1;
 }
 .AnyTagClassName
 {
   color: #824DF1;
 }
</style>
background-color css

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

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

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

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

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

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