#8E60FB

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

Shades of Light Slate Blue #8E60FB

Tints of Light Slate Blue #8E60FB

Color information

#8E60FB (or 0x8E60FB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 60 and FB. RGB value is (142,96,251). Sum of RGB (Red+Green+Blue) = 142+96+251=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E60FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E60FB is #719F04. Grayscale: #7E7E7E. Windows color (decimal): -7446277 or 16474254. OLE color: 16474254.

HSL color Cylindrical-coordinate representation of color #8E60FB: hue angle of 257.81º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E60FB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14296251-
CMYK0.430.6200.02
HSL257.81º95.09%68.04%-
HSV(B)257.81º61.75%98.43%-
XYZ32.7521.0893.61-
YUV127.42197.74138.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=29.04%
G=19.63%
B=51.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142962510.430.6200.02257.8195.0968.04
Hex8E60FB2B3E021025f44
Octal216140373537602402137104
Binary1000111011000001111101110101111111001010000001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,251); }

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

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

 a { background-color: rgb(142,96,251); }

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

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

 span { border-color: rgb(142,96,251); }

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