#824FFA

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

Shades of Medium Slate Blue #824FFA

Tints of Medium Slate Blue #824FFA

Color information

#824FFA (or 0x824FFA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 4F and FA. RGB value is (130,79,250). Sum of RGB (Red+Green+Blue) = 130+79+250=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #824FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824FFA is #7DB005. Grayscale: #717171. Windows color (decimal): -8237062 or 16404354. OLE color: 16404354.

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

Color convert

RGB13079250-
CMYK0.480.6800.02
HSL257.89º94.48%64.51%-
HSV(B)257.89º68.4%98.04%-
XYZ29.2617.2492.23-
YUV113.74204.9139.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 250 (98.05% from 255) = 54.47%
R=28.32%
G=17.21%
B=54.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130792500.480.6800.02257.8994.4864.51
Hex824FFA3044021025e41
Octal2021173726010402402136101
Binary10000010100111111111010110000100010001010000001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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