#827DE8

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

Shades of Medium Slate Blue #827DE8

Tints of Medium Slate Blue #827DE8

Color information

#827DE8 (or 0x827DE8) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 7D and E8. RGB value is (130,125,232). Sum of RGB (Red+Green+Blue) = 130+125+232=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #827DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DE8 is #7D8217. Grayscale: #8A8A8A. Windows color (decimal): -8225304 or 15236482. OLE color: 15236482.

HSL color Cylindrical-coordinate representation of color #827DE8: hue angle of 242.8º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #827DE8 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130125232-
CMYK0.440.4600.09
HSL242.8º69.93%70%-
HSV(B)242.8º46.12%90.98%-
XYZ31.1125.2479.58-
YUV138.69180.66121.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.69%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=26.69%
G=25.67%
B=47.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301252320.440.4600.09242.869.9370
Hex827DE82C2E09f34646
Octal2021753505456011363106106
Binary10000010111110111101000101100101110010011111001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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