#827AE5

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

Shades of Medium Slate Blue #827AE5

Tints of Medium Slate Blue #827AE5

Color information

#827AE5 (or 0x827AE5) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 7A and E5. RGB value is (130,122,229). Sum of RGB (Red+Green+Blue) = 130+122+229=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #827AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AE5 is #7D851A. Grayscale: #888888. Windows color (decimal): -8226075 or 15039106. OLE color: 15039106.

HSL color Cylindrical-coordinate representation of color #827AE5: hue angle of 244.49º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827AE5 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130122229-
CMYK0.430.4700.10
HSL244.49º67.3%68.82%-
HSV(B)244.49º46.72%89.8%-
XYZ30.3124.3277.23-
YUV136.59180.15123.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 122 (48.05% from 255) = 25.36%
BLUE value IS 229 (89.84% from 255) = 47.61%
R=27.03%
G=25.36%
B=47.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301222290.430.4700.10244.4967.368.82
Hex827AE52B2F0Af44345
Octal2021723455357012364103105
Binary10000010111101011100101101011101111010101111010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,122,229); }

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

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

 a { background-color: rgb(130,122,229); }

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

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

 span { border-color: rgb(130,122,229); }

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