#8865F5

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

Shades of Medium Slate Blue #8865F5

Tints of Medium Slate Blue #8865F5

Color information

#8865F5 (or 0x8865F5) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 65 and F5. RGB value is (136,101,245). Sum of RGB (Red+Green+Blue) = 136+101+245=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #8865F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8865F5 is #779A0A. Grayscale: #7F7F7F. Windows color (decimal): -7838219 or 16082312. OLE color: 16082312.

HSL color Cylindrical-coordinate representation of color #8865F5: hue angle of 254.58º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8865F5 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136101245-
CMYK0.440.5900.04
HSL254.58º87.8%67.84%-
HSV(B)254.58º58.78%96.08%-
XYZ31.2921.1388.82-
YUV127.88194.1133.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 245 (96.09% from 255) = 50.83%
R=28.22%
G=20.95%
B=50.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361012450.440.5900.04254.5887.867.84
Hex8865F52C3B04ff5844
Octal210145365547304377130104
Binary1000100011001011111010110110011101101001111111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8865F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8865F5; }

 p { color: rgb(136,101,245); }

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

<style>
 a { background-color: #8865F5; }

 a { background-color: rgb(136,101,245); }

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

<style>
 span { border-color: #8865F5; }

 span { border-color: rgb(136,101,245); }

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