Html Css Color HEX #8D6EFC Light Slate Blue

📋 copy color: '#8D6EFC'

red 141 ◦ green 110 ◦ blue 252

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

Shades of Light Slate Blue #8D6EFC

Tints of Light Slate Blue #8D6EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 28.03%
G = 21.87%
B = 50.1%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D6EFC (or 0x8D6EFC) is known color: Light Slate Blue. HEX triplet: 8D, 6E and FC. RGB value is (141,110,252). Sum of RGB (Red+Green+Blue) = 141+110+252=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D6EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6EFC is #729103. Grayscale: #868686. Windows color (decimal): -7508228 or 16543373. OLE color: 16543373.

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

Color convert

RGB 141 110 252 -
CMYK 0.44 0.56 0 0.01
HSL 253.1º 0.96% 0.71% -
HSV(B) 253.1º 0.56% 0.99% -
XYZ 34.13 23.84 94.9 -
YUV 135.46 193.77 131.95 -
System Red Green Blue C M Y K H S L
Decimal 141 110 252 0.44 0.56 0 0.01 253.1 0.96 0.71
Hex 8D 6E FC 2C 38 0 1 FD 60 47
Octal 215 156 374 54 70 0 1 375 140 107
Binary 10001101 1101110 11111100 101100 111000 0 1 11111101 1100000 1000111

Color Harmonies of #8D6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6EFC

Black with #8D6EFC

Text Example


Text Example

White with #8D6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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