#826AF1

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

Shades of Medium Slate Blue #826AF1

Tints of Medium Slate Blue #826AF1

Color information

#826AF1 (or 0x826AF1) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6A and F1. RGB value is (130,106,241). Sum of RGB (Red+Green+Blue) = 130+106+241=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #826AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826AF1 is #7D950E. Grayscale: #808080. Windows color (decimal): -8230159 or 15821442. OLE color: 15821442.

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

Color convert

RGB130106241-
CMYK0.460.5600.05
HSL250.67º82.82%68.04%-
HSV(B)250.67º56.02%94.51%-
XYZ30.2421.485.76-
YUV128.57191.45129.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=27.25%
G=22.22%
B=50.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301062410.460.5600.05250.6782.8268.04
Hex826AF12E3805fb5344
Octal202152361567005373123104
Binary1000001011010101111000110111011100001011111101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826AF1; }

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

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

<style>
 a { background-color: #826AF1; }

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

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

<style>
 span { border-color: #826AF1; }

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

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