#8C60FE

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

Shades of Light Slate Blue #8C60FE

Tints of Light Slate Blue #8C60FE

Color information

#8C60FE (or 0x8C60FE) is unknown color: approx Light Slate Blue. HEX triplet: 8C, 60 and FE. RGB value is (140,96,254). Sum of RGB (Red+Green+Blue) = 140+96+254=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C60FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C60FE is #739F01. Grayscale: #7E7E7E. Windows color (decimal): -7577346 or 16670860. OLE color: 16670860.

HSL color Cylindrical-coordinate representation of color #8C60FE: hue angle of 256.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C60FE is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14096254-
CMYK0.450.6200.00
HSL256.71º98.75%68.63%-
HSV(B)256.71º62.2%99.61%-
XYZ32.8921.196.1-
YUV127.17199.58137.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=28.57%
G=19.59%
B=51.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal140962540.450.6200.00256.7198.7568.63
Hex8C60FE2D3E001016345
Octal214140376557600401143105
Binary100011001100000111111101011011111100010000000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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