#824CF1

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

Shades of Medium Slate Blue #824CF1

Tints of Medium Slate Blue #824CF1

Color information

#824CF1 (or 0x824CF1) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 4C and F1. RGB value is (130,76,241). Sum of RGB (Red+Green+Blue) = 130+76+241=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #824CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CF1 is #7DB30E. Grayscale: #6E6E6E. Windows color (decimal): -8237839 or 15813762. OLE color: 15813762.

HSL color Cylindrical-coordinate representation of color #824CF1: hue angle of 259.64º 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 #824CF1 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13076241-
CMYK0.460.6800.05
HSL259.64º85.49%62.16%-
HSV(B)259.64º68.46%94.51%-
XYZ27.6716.2784.9-
YUV110.96201.39141.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 76 (30.08% from 255) = 17.00%
BLUE value IS 241 (94.53% from 255) = 53.91%
R=29.08%
G=17.00%
B=53.91%

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
Decimal130762410.460.6800.05259.6485.4962.16
Hex824CF12E4405104553e
Octal202114361561040540412576
Binary10000010100110011110001101110100010001011000001001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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