#8C60F1

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

Shades of Medium Slate Blue #8C60F1

Tints of Medium Slate Blue #8C60F1

Color information

#8C60F1 (or 0x8C60F1) is unknown color: approx Medium Slate Blue. HEX triplet: 8C, 60 and F1. RGB value is (140,96,241). Sum of RGB (Red+Green+Blue) = 140+96+241=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C60F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C60F1 is #739F0E. Grayscale: #7D7D7D. Windows color (decimal): -7577359 or 15818892. OLE color: 15818892.

HSL color Cylindrical-coordinate representation of color #8C60F1: hue angle of 258.21º degrees, saturation: 0.84, 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 #8C60F1 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14096241-
CMYK0.420.6000.05
HSL258.21º83.82%66.08%-
HSV(B)258.21º60.17%94.51%-
XYZ30.8820.2985.51-
YUV125.69193.08138.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=29.35%
G=20.13%
B=50.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal140962410.420.6000.05258.2183.8266.08
Hex8C60F12A3C051025442
Octal214140361527405402124102
Binary10001100110000011110001101010111100010110000001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C60F1; }

 p { color: rgb(140,96,241); }

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

<style>
 a { background-color: #8C60F1; }

 a { background-color: rgb(140,96,241); }

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

<style>
 span { border-color: #8C60F1; }

 span { border-color: rgb(140,96,241); }

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