#8A5BFF

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

Shades of Light Slate Blue #8A5BFF

Tints of Light Slate Blue #8A5BFF

Color information

#8A5BFF (or 0x8A5BFF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 5B and FF. RGB value is (138,91,255). Sum of RGB (Red+Green+Blue) = 138+91+255=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5BFF is #75A400. Grayscale: #7B7B7B. Windows color (decimal): -7709697 or 16735114. OLE color: 16735114.

HSL color Cylindrical-coordinate representation of color #8A5BFF: hue angle of 257.2º 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 #8A5BFF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13891255-
CMYK0.460.6400
HSL257.2º100%67.84%-
HSV(B)257.2º64.31%100%-
XYZ32.2720.1196.79-
YUV123.75202.07138.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 91 (35.94% from 255) = 18.80%
BLUE value IS 255 (100% from 255) = 52.69%
R=28.51%
G=18.80%
B=52.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138912550.460.6400257.210067.84
Hex8A5BFF2E40001016444
Octal2121333775610000401144104
Binary1000101010110111111111110111010000000010000000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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