#825CE2

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

Shades of Medium Slate Blue #825CE2

Tints of Medium Slate Blue #825CE2

Color information

#825CE2 (or 0x825CE2) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 5C and E2. RGB value is (130,92,226). Sum of RGB (Red+Green+Blue) = 130+92+226=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #825CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CE2 is #7DA31D. Grayscale: #767676. Windows color (decimal): -8233758 or 14834818. OLE color: 14834818.

HSL color Cylindrical-coordinate representation of color #825CE2: hue angle of 257.01º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825CE2 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13092226-
CMYK0.420.5900.11
HSL257.01º69.79%62.35%-
HSV(B)257.01º59.29%88.63%-
XYZ26.7617.8973.99-
YUV118.64188.59136.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 226 (88.67% from 255) = 50.45%
R=29.02%
G=20.54%
B=50.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal130922260.420.5900.11257.0169.7962.35
Hex825CE22A3B0B101463e
Octal202134342527301340110676
Binary10000010101110011100010101010111011010111000000011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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