#8868F1

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

Shades of Medium Slate Blue #8868F1

Tints of Medium Slate Blue #8868F1

Color information

#8868F1 (or 0x8868F1) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 68 and F1. RGB value is (136,104,241). Sum of RGB (Red+Green+Blue) = 136+104+241=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #8868F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8868F1 is #77970E. Grayscale: #808080. Windows color (decimal): -7837455 or 15820936. OLE color: 15820936.

HSL color Cylindrical-coordinate representation of color #8868F1: hue angle of 254.01º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8868F1 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136104241-
CMYK0.440.5700.05
HSL254.01º83.03%67.65%-
HSV(B)254.01º56.85%94.51%-
XYZ30.9821.4985.73-
YUV129.19191.1132.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.27%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 241 (94.53% from 255) = 50.10%
R=28.27%
G=21.62%
B=50.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361042410.440.5700.05254.0183.0367.65
Hex8868F12C3905fe5344
Octal210150361547105376123104
Binary1000100011010001111000110110011100101011111111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8868F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8868F1; }

 p { color: rgb(136,104,241); }

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

<style>
 a { background-color: #8868F1; }

 a { background-color: rgb(136,104,241); }

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

<style>
 span { border-color: #8868F1; }

 span { border-color: rgb(136,104,241); }

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