#824CF9

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

Shades of Medium Slate Blue #824CF9

Tints of Medium Slate Blue #824CF9

Color information

#824CF9 (or 0x824CF9) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 4C and F9. RGB value is (130,76,249). Sum of RGB (Red+Green+Blue) = 130+76+249=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #824CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CF9 is #7DB306. Grayscale: #6F6F6F. Windows color (decimal): -8237831 or 16338050. OLE color: 16338050.

HSL color Cylindrical-coordinate representation of color #824CF9: hue angle of 258.73º degrees, saturation: 0.94, 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 #824CF9 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13076249-
CMYK0.480.6900.02
HSL258.73º93.51%63.73%-
HSV(B)258.73º69.48%97.65%-
XYZ28.8916.7591.33-
YUV111.87205.39140.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 249 (97.66% from 255) = 54.73%
R=28.57%
G=16.70%
B=54.73%

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
Decimal130762490.480.6900.02258.7393.5163.73
Hex824CF93045021035e40
Octal2021143716010502403136100
Binary10000010100110011111001110000100010101010000001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,249); }

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

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

 a { background-color: rgb(130,76,249); }

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

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

 span { border-color: rgb(130,76,249); }

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