#824DFA

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

Shades of Medium Slate Blue #824DFA

Tints of Medium Slate Blue #824DFA

Color information

#824DFA (or 0x824DFA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 4D and FA. RGB value is (130,77,250). Sum of RGB (Red+Green+Blue) = 130+77+250=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #824DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DFA is #7DB205. Grayscale: #6F6F6F. Windows color (decimal): -8237574 or 16403842. OLE color: 16403842.

HSL color Cylindrical-coordinate representation of color #824DFA: hue angle of 258.38º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824DFA is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13077250-
CMYK0.480.6900.02
HSL258.38º94.54%64.12%-
HSV(B)258.38º69.2%98.04%-
XYZ29.1216.9692.18-
YUV112.57205.56140.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.45%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=28.45%
G=16.85%
B=54.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130772500.480.6900.02258.3894.5464.12
Hex824DFA3045021025f40
Octal2021153726010502402137100
Binary10000010100110111111010110000100010101010000001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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