#8A6FF0

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

Shades of Light Slate Blue #8A6FF0

Tints of Light Slate Blue #8A6FF0

Color information

#8A6FF0 (or 0x8A6FF0) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 6F and F0. RGB value is (138,111,240). Sum of RGB (Red+Green+Blue) = 138+111+240=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A6FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6FF0 is #75900F. Grayscale: #858585. Windows color (decimal): -7704592 or 15757194. OLE color: 15757194.

HSL color Cylindrical-coordinate representation of color #8A6FF0: hue angle of 252.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A6FF0 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138111240-
CMYK0.420.5400.06
HSL252.56º81.13%68.82%-
HSV(B)252.56º53.75%94.12%-
XYZ31.8923.0685.21-
YUV133.78187.95131.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.22%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 240 (94.14% from 255) = 49.08%
R=28.22%
G=22.70%
B=49.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381112400.420.5400.06252.5681.1368.82
Hex8A6FF02A3606fd5145
Octal212157360526606375121105
Binary1000101011011111111000010101011011001101111110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,240); }

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

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

 a { background-color: rgb(138,111,240); }

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

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

 span { border-color: rgb(138,111,240); }

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