#8860f3

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

Shades of Medium Slate Blue #8860F3

Tints of Medium Slate Blue #8860F3

Color information

#8860F3 (or 0x8860F3) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 60 and F3. RGB value is (136,96,243). Sum of RGB (Red+Green+Blue) = 136+96+243=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #8860F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8860F3 is #779F0C. Grayscale: #7C7C7C. Windows color (decimal): -7839501 or 15949960. OLE color: 15949960.

HSL color Cylindrical-coordinate representation of color #8860F3: hue angle of 256.33º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8860F3 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13696243-
CMYK0.440.6000.05
HSL256.33º85.96%66.47%-
HSV(B)256.33º60.49%95.29%-
XYZ30.5120.0787.06-
YUV124.72194.75136.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 243 (95.31% from 255) = 51.16%
R=28.63%
G=20.21%
B=51.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136962430.440.6000.05256.3385.9666.47
Hex8860F32C3C051005642
Octal210140363547405400126102
Binary10001000110000011110011101100111100010110000000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8860f3; }

 p { color: rgb(136,96,243); }

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

<style>
 a { background-color: #8860f3; }

 a { background-color: rgb(136,96,243); }

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

<style>
 span { border-color: #8860f3; }

 span { border-color: rgb(136,96,243); }

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