#8A6EFD

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

Shades of Light Slate Blue #8A6EFD

Tints of Light Slate Blue #8A6EFD

Color information

#8A6EFD (or 0x8A6EFD) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 6E and FD. RGB value is (138,110,253). Sum of RGB (Red+Green+Blue) = 138+110+253=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A6EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A6EFD is #759102. Grayscale: #868686. Windows color (decimal): -7704835 or 16608906. OLE color: 16608906.

HSL color Cylindrical-coordinate representation of color #8A6EFD: hue angle of 251.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A6EFD is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138110253-
CMYK0.450.5700.01
HSL251.75º97.28%71.18%-
HSV(B)251.75º56.52%99.22%-
XYZ33.7923.6595.71-
YUV134.67194.78130.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 110 (43.36% from 255) = 21.96%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=27.54%
G=21.96%
B=50.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381102530.450.5700.01251.7597.2871.18
Hex8A6EFD2D3901fc6147
Octal212156375557101374141107
Binary10001010110111011111101101101111001011111110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,110,253); }

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

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

 a { background-color: rgb(138,110,253); }

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

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

 span { border-color: rgb(138,110,253); }

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