#8C6CF1

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

Shades of Light Slate Blue #8C6CF1

Tints of Light Slate Blue #8C6CF1

Color information

#8C6CF1 (or 0x8C6CF1) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 6C and F1. RGB value is (140,108,241). Sum of RGB (Red+Green+Blue) = 140+108+241=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C6CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6CF1 is #73930E. Grayscale: #848484. Windows color (decimal): -7574287 or 15821964. OLE color: 15821964.

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

Color convert

RGB140108241-
CMYK0.420.5500.05
HSL254.44º82.61%68.43%-
HSV(B)254.44º55.19%94.51%-
XYZ32.0522.6585.9-
YUV132.73189.1133.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=28.63%
G=22.09%
B=49.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1401082410.420.5500.05254.4482.6168.43
Hex8C6CF12A3705fe5344
Octal214154361526705376123104
Binary1000110011011001111000110101011011101011111111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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