Html Css Color HEX #8A5EFA Light Slate Blue

📋 copy color: '#8A5EFA'

red 138 ◦ green 94 ◦ blue 250

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

Shades of Light Slate Blue #8A5EFA

Tints of Light Slate Blue #8A5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 28.63%
G = 19.5%
B = 51.87%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A5EFA (or 0x8A5EFA) is known color: Light Slate Blue. HEX triplet: 8A, 5E and FA. RGB value is (138,94,250). Sum of RGB (Red+Green+Blue) = 138+94+250=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5EFA is #75A105. Grayscale: #7C7C7C. Windows color (decimal): -7708934 or 16408202. OLE color: 16408202.

HSL color Cylindrical-coordinate representation of color #8A5EFA: hue angle of 256.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A5EFA is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 94 250 -
CMYK 0.45 0.62 0 0.02
HSL 256.92º 0.94% 0.67% -
HSV(B) 256.92º 0.62% 0.98% -
XYZ 31.74 20.31 92.69 -
YUV 124.94 198.58 137.32 -
System Red Green Blue C M Y K H S L
Decimal 138 94 250 0.45 0.62 0 0.02 256.92 0.94 0.67
Hex 8A 5E FA 2D 3E 0 2 101 5E 43
Octal 212 136 372 55 76 0 2 401 136 103
Binary 10001010 1011110 11111010 101101 111110 0 10 100000001 1011110 1000011

Color Harmonies of #8A5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5EFA

Black with #8A5EFA

Text Example


Text Example

White with #8A5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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