#826DEA

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

Shades of Medium Slate Blue #826DEA

Tints of Medium Slate Blue #826DEA

Color information

#826DEA (or 0x826DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6D and EA. RGB value is (130,109,234). Sum of RGB (Red+Green+Blue) = 130+109+234=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #826DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826DEA is #7D9215. Grayscale: #818181. Windows color (decimal): -8229398 or 15363458. OLE color: 15363458.

HSL color Cylindrical-coordinate representation of color #826DEA: hue angle of 250.08º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826DEA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130109234-
CMYK0.440.5300.08
HSL250.08º74.85%67.25%-
HSV(B)250.08º53.42%91.76%-
XYZ29.5321.6280.46-
YUV129.53186.96128.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 234 (91.80% from 255) = 49.47%
R=27.48%
G=23.04%
B=49.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301092340.440.5300.08250.0874.8567.25
Hex826DEA2C3508fa4b43
Octal2021553525465010372113103
Binary10000010110110111101010101100110101010001111101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,109,234); }

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

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

 a { background-color: rgb(130,109,234); }

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

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

 span { border-color: rgb(130,109,234); }

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