Html Css Color HEX #826EF1 Medium Slate Blue

📋 copy color: '#826EF1'

red 130 ◦ green 110 ◦ blue 241

#826EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #826EF1

Tints of Medium Slate Blue #826EF1

RGB

 RED value IS 130 (51.17% from 255) = 27.03%

 GREEN value IS 110 (43.36% from 255) = 22.87%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 27.03%
G = 22.87%
B = 50.1%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#826EF1 (or 0x826EF1) is known color: Medium Slate Blue. HEX triplet: 82, 6E and F1. RGB value is (130,110,241). Sum of RGB (Red+Green+Blue) = 130+110+241=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #826EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EF1 is #7D910E. Grayscale: #828282. Windows color (decimal): -8229135 or 15822466. OLE color: 15822466.

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

Color convert

RGB 130 110 241 -
CMYK 0.46 0.54 0 0.05
HSL 249.16º 0.82% 0.69% -
HSV(B) 249.16º 0.54% 0.95% -
XYZ 30.66 22.25 85.9 -
YUV 130.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 130 110 241 0.46 0.54 0 0.05 249.16 0.82 0.69
Hex 82 6E F1 2E 36 0 5 F9 52 45
Octal 202 156 361 56 66 0 5 371 122 105
Binary 10000010 1101110 11110001 101110 110110 0 101 11111001 1010010 1000101

Color Harmonies of #826EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EF1

Black with #826EF1

Text Example


Text Example

White with #826EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #826EF1;
 }
 .AnyTagClassName
 {
   color: #826EF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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