Html Css Color HEX #8D6EFA Light Slate Blue

📋 copy color: '#8D6EFA'

red 141 ◦ green 110 ◦ blue 250

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

Shades of Light Slate Blue #8D6EFA

Tints of Light Slate Blue #8D6EFA

RGB

 RED value IS 141 (55.47% from 255) = 28.14%

 GREEN value IS 110 (43.36% from 255) = 21.96%

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

R = 28.14%
G = 21.96%
B = 49.9%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D6EFA (or 0x8D6EFA) is known color: Light Slate Blue. HEX triplet: 8D, 6E and FA. RGB value is (141,110,250). Sum of RGB (Red+Green+Blue) = 141+110+250=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6EFA is #729105. Grayscale: #868686. Windows color (decimal): -7508230 or 16412301. OLE color: 16412301.

HSL color Cylindrical-coordinate representation of color #8D6EFA: hue angle of 253.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D6EFA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 110 250 -
CMYK 0.44 0.56 0 0.02
HSL 253.29º 0.93% 0.71% -
HSV(B) 253.29º 0.56% 0.98% -
XYZ 33.82 23.72 93.24 -
YUV 135.23 192.77 132.12 -
System Red Green Blue C M Y K H S L
Decimal 141 110 250 0.44 0.56 0 0.02 253.29 0.93 0.71
Hex 8D 6E FA 2C 38 0 2 FD 5D 47
Octal 215 156 372 54 70 0 2 375 135 107
Binary 10001101 1101110 11111010 101100 111000 0 10 11111101 1011101 1000111

Color Harmonies of #8D6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6EFA

Black with #8D6EFA

Text Example


Text Example

White with #8D6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,250); }

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

background-color css

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

 a { background-color: rgb(141,110,250); }

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

border-color css

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

 span { border-color: rgb(141,110,250); }

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