#8A5CFF

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

Shades of Light Slate Blue #8A5CFF

Tints of Light Slate Blue #8A5CFF

Color information

#8A5CFF (or 0x8A5CFF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 5C and FF. RGB value is (138,92,255). Sum of RGB (Red+Green+Blue) = 138+92+255=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5CFF is #75A300. Grayscale: #7B7B7B. Windows color (decimal): -7709441 or 16735370. OLE color: 16735370.

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

Color convert

RGB13892255-
CMYK0.460.6400
HSL256.93º100%68.04%-
HSV(B)256.93º63.92%100%-
XYZ32.3620.2896.82-
YUV124.34201.74137.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 255 (100% from 255) = 52.58%
R=28.45%
G=18.97%
B=52.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138922550.460.6400256.9310068.04
Hex8A5CFF2E40001016444
Octal2121343775610000401144104
Binary1000101010111001111111110111010000000010000000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,255); }

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

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

 a { background-color: rgb(138,92,255); }

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

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

 span { border-color: rgb(138,92,255); }

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