#826FED

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

Shades of Medium Slate Blue #826FED

Tints of Medium Slate Blue #826FED

Color information

#826FED (or 0x826FED) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6F and ED. RGB value is (130,111,237). Sum of RGB (Red+Green+Blue) = 130+111+237=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #826FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FED is #7D9012. Grayscale: #828282. Windows color (decimal): -8228883 or 15560578. OLE color: 15560578.

HSL color Cylindrical-coordinate representation of color #826FED: hue angle of 249.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826FED is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130111237-
CMYK0.450.5300.07
HSL249.05º77.78%68.24%-
HSV(B)249.05º53.16%92.94%-
XYZ30.1822.2382.82-
YUV131.04187.79127.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 237 (92.97% from 255) = 49.58%
R=27.20%
G=23.22%
B=49.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301112370.450.5300.07249.0577.7868.24
Hex826FED2D3507f94e44
Octal202157355556507371116104
Binary1000001011011111110110110110111010101111111100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,237); }

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

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

 a { background-color: rgb(130,111,237); }

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

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

 span { border-color: rgb(130,111,237); }

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