#8A75FE

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

Shades of Light Slate Blue #8A75FE

Tints of Light Slate Blue #8A75FE

Color information

#8A75FE (or 0x8A75FE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 75 and FE. RGB value is (138,117,254). Sum of RGB (Red+Green+Blue) = 138+117+254=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A75FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A75FE is #758A01. Grayscale: #8A8A8A. Windows color (decimal): -7703042 or 16676234. OLE color: 16676234.

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

Color convert

RGB138117254-
CMYK0.460.5400.00
HSL249.2º98.56%72.75%-
HSV(B)249.2º53.94%99.61%-
XYZ34.7325.2896.82-
YUV138.9192.96127.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=27.11%
G=22.99%
B=49.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381172540.460.5400.00249.298.5672.75
Hex8A75FE2E3600f96349
Octal212165376566600371143111
Binary10001010111010111111110101110110110001111100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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