#8A6FFE

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

Shades of Light Slate Blue #8A6FFE

Tints of Light Slate Blue #8A6FFE

Color information

#8A6FFE (or 0x8A6FFE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 6F and FE. RGB value is (138,111,254). Sum of RGB (Red+Green+Blue) = 138+111+254=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6FFE is #759001. Grayscale: #868686. Windows color (decimal): -7704578 or 16674698. OLE color: 16674698.

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

Color convert

RGB138111254-
CMYK0.460.5600.00
HSL251.33º98.62%71.57%-
HSV(B)251.33º56.3%99.61%-
XYZ34.0623.9396.59-
YUV135.38194.95129.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=27.44%
G=22.07%
B=50.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381112540.460.5600.00251.3398.6271.57
Hex8A6FFE2E3800fb6348
Octal212157376567000373143110
Binary10001010110111111111110101110111000001111101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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