#8A60FA

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

Shades of Light Slate Blue #8A60FA

Tints of Light Slate Blue #8A60FA

Color information

#8A60FA (or 0x8A60FA) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 60 and FA. RGB value is (138,96,250). Sum of RGB (Red+Green+Blue) = 138+96+250=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A60FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A60FA is #759F05. Grayscale: #7D7D7D. Windows color (decimal): -7708422 or 16408714. OLE color: 16408714.

HSL color Cylindrical-coordinate representation of color #8A60FA: hue angle of 256.36º degrees, saturation: 0.94, 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 #8A60FA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13896250-
CMYK0.450.6200.02
HSL256.36º93.9%67.84%-
HSV(B)256.36º61.6%98.04%-
XYZ31.9220.6792.75-
YUV126.11197.91136.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=28.51%
G=19.83%
B=51.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138962500.450.6200.02256.3693.967.84
Hex8A60FA2D3E021005e44
Octal212140372557602400136104
Binary1000101011000001111101010110111111001010000000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A60FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,250); }

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

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

 a { background-color: rgb(138,96,250); }

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

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

 span { border-color: rgb(138,96,250); }

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