#827DEC

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

Shades of Medium Slate Blue #827DEC

Tints of Medium Slate Blue #827DEC

Color information

#827DEC (or 0x827DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 7D and EC. RGB value is (130,125,236). Sum of RGB (Red+Green+Blue) = 130+125+236=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #827DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DEC is #7D8213. Grayscale: #8A8A8A. Windows color (decimal): -8225300 or 15498626. OLE color: 15498626.

HSL color Cylindrical-coordinate representation of color #827DEC: hue angle of 242.7º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827DEC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130125236-
CMYK0.450.4700.07
HSL242.7º74.5%70.78%-
HSV(B)242.7º47.03%92.55%-
XYZ31.6825.4782.6-
YUV139.15182.66121.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=26.48%
G=25.46%
B=48.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301252360.450.4700.07242.774.570.78
Hex827DEC2D2F07f34a47
Octal202175354555707363112107
Binary1000001011111011110110010110110111101111111001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827DEC; }

 p { color: rgb(130,125,236); }

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

<style>
 a { background-color: #827DEC; }

 a { background-color: rgb(130,125,236); }

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

<style>
 span { border-color: #827DEC; }

 span { border-color: rgb(130,125,236); }

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