#8A58FF

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

Shades of Light Slate Blue #8A58FF

Tints of Light Slate Blue #8A58FF

Color information

#8A58FF (or 0x8A58FF) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 58 and FF. RGB value is (138,88,255). Sum of RGB (Red+Green+Blue) = 138+88+255=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A58FF is #75A700. Grayscale: #797979. Windows color (decimal): -7710465 or 16734346. OLE color: 16734346.

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

Color convert

RGB13888255-
CMYK0.460.6500
HSL257.96º100%67.25%-
HSV(B)257.96º65.49%100%-
XYZ32.0219.696.7-
YUV121.99203.06139.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 88 (34.77% from 255) = 18.30%
BLUE value IS 255 (100% from 255) = 53.01%
R=28.69%
G=18.30%
B=53.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138882550.460.6500257.9610067.25
Hex8A58FF2E41001026443
Octal2121303775610100402144103
Binary1000101010110001111111110111010000010010000001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A58FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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