#825CEF

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

Shades of Medium Slate Blue #825CEF

Tints of Medium Slate Blue #825CEF

Color information

#825CEF (or 0x825CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 5C and EF. RGB value is (130,92,239). Sum of RGB (Red+Green+Blue) = 130+92+239=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #825CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CEF is #7DA310. Grayscale: #777777. Windows color (decimal): -8233745 or 15686786. OLE color: 15686786.

HSL color Cylindrical-coordinate representation of color #825CEF: hue angle of 255.51º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825CEF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13092239-
CMYK0.460.6200.06
HSL255.51º82.12%64.9%-
HSV(B)255.51º61.51%93.73%-
XYZ28.6118.6383.75-
YUV120.12195.09135.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 239 (93.75% from 255) = 51.84%
R=28.20%
G=19.96%
B=51.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130922390.460.6200.06255.5182.1264.9
Hex825CEF2E3E061005241
Octal202134357567606400122101
Binary10000010101110011101111101110111110011010000000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,239); }

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

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

 a { background-color: rgb(130,92,239); }

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

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

 span { border-color: rgb(130,92,239); }

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