#825EF8

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

Shades of Medium Slate Blue #825EF8

Tints of Medium Slate Blue #825EF8

Color information

#825EF8 (or 0x825EF8) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 5E and F8. RGB value is (130,94,248). Sum of RGB (Red+Green+Blue) = 130+94+248=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #825EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825EF8 is #7DA107. Grayscale: #797979. Windows color (decimal): -8233224 or 16277122. OLE color: 16277122.

HSL color Cylindrical-coordinate representation of color #825EF8: hue angle of 254.03º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825EF8 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13094248-
CMYK0.480.6200.03
HSL254.03º91.67%67.06%-
HSV(B)254.03º62.1%97.25%-
XYZ30.1519.5390.99-
YUV122.32198.93133.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 94 (37.11% from 255) = 19.92%
BLUE value IS 248 (97.27% from 255) = 52.54%
R=27.54%
G=19.92%
B=52.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal130942480.480.6200.03254.0391.6767.06
Hex825EF8303E03fe5c43
Octal202136370607603376134103
Binary100000101011110111110001100001111100111111111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,94,248); }

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

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

 a { background-color: rgb(130,94,248); }

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

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

 span { border-color: rgb(130,94,248); }

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