Html Css Color HEX #8A5EFE Light Slate Blue

📋 copy color: '#8A5EFE'

red 138 ◦ green 94 ◦ blue 254

#8A5EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8A5EFE

Tints of Light Slate Blue #8A5EFE

RGB

 RED value IS 138 (54.3% from 255) = 28.4%

 GREEN value IS 94 (37.11% from 255) = 19.34%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 28.4%
G = 19.34%
B = 52.26%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8A5EFE (or 0x8A5EFE) is known color: Light Slate Blue. HEX triplet: 8A, 5E and FE. RGB value is (138,94,254). Sum of RGB (Red+Green+Blue) = 138+94+254=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5EFE is #75A101. Grayscale: #7C7C7C. Windows color (decimal): -7708930 or 16670346. OLE color: 16670346.

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

Color convert

RGB 138 94 254 -
CMYK 0.46 0.63 0 0.00
HSL 256.5º 0.99% 0.68% -
HSV(B) 256.5º 0.63% 1% -
XYZ 32.37 20.56 96.03 -
YUV 125.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 138 94 254 0.46 0.63 0 0.00 256.5 0.99 0.68
Hex 8A 5E FE 2E 3F 0 0 100 63 44
Octal 212 136 376 56 77 0 0 400 143 104
Binary 10001010 1011110 11111110 101110 111111 0 0 100000000 1100011 1000100

Color Harmonies of #8A5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5EFE

Black with #8A5EFE

Text Example


Text Example

White with #8A5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A5EFE;
 }
 .AnyTagClassName
 {
   color: #8A5EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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