#825FDE

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

Shades of Medium Slate Blue #825FDE

Tints of Medium Slate Blue #825FDE

Color information

#825FDE (or 0x825FDE) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 5F and DE. RGB value is (130,95,222). Sum of RGB (Red+Green+Blue) = 130+95+222=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #825FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FDE is #7DA021. Grayscale: #777777. Windows color (decimal): -8232994 or 14573442. OLE color: 14573442.

HSL color Cylindrical-coordinate representation of color #825FDE: hue angle of 256.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #825FDE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13095222-
CMYK0.410.5700.13
HSL256.54º65.8%62.16%-
HSV(B)256.54º57.21%87.06%-
XYZ26.4818.271.23-
YUV119.94185.6135.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=29.08%
G=21.25%
B=49.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130952220.410.5700.13256.5465.862.16
Hex825FDE29390D101423e
Octal202137336517101540110276
Binary10000010101111111011110101001111001011011000000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825FDE; }

 p { color: rgb(130,95,222); }

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

<style>
 a { background-color: #825FDE; }

 a { background-color: rgb(130,95,222); }

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

<style>
 span { border-color: #825FDE; }

 span { border-color: rgb(130,95,222); }

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