#8265E8

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

Shades of Medium Slate Blue #8265E8

Tints of Medium Slate Blue #8265E8

Color information

#8265E8 (or 0x8265E8) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 65 and E8. RGB value is (130,101,232). Sum of RGB (Red+Green+Blue) = 130+101+232=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #8265E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8265E8 is #7D9A17. Grayscale: #7C7C7C. Windows color (decimal): -8231448 or 15230338. OLE color: 15230338.

HSL color Cylindrical-coordinate representation of color #8265E8: hue angle of 253.28º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8265E8 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB130101232-
CMYK0.440.5600.09
HSL253.28º74.01%65.29%-
HSV(B)253.28º56.47%90.98%-
XYZ28.4319.8878.68-
YUV124.6188.61131.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 232 (91.02% from 255) = 50.11%
R=28.08%
G=21.81%
B=50.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1301012320.440.5600.09253.2874.0165.29
Hex8265E82C3809fd4a41
Octal2021453505470011375112101
Binary10000010110010111101000101100111000010011111110110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8265E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8265E8; }

 p { color: rgb(130,101,232); }

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

<style>
 a { background-color: #8265E8; }

 a { background-color: rgb(130,101,232); }

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

<style>
 span { border-color: #8265E8; }

 span { border-color: rgb(130,101,232); }

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