Html Css Color HEX #8D6DF1 Light Slate Blue

📋 copy color: '#8D6DF1'

red 141 ◦ green 109 ◦ blue 241

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

Shades of Light Slate Blue #8D6DF1

Tints of Light Slate Blue #8D6DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 28.72%
G = 22.2%
B = 49.08%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8D6DF1 (or 0x8D6DF1) is known color: Light Slate Blue. HEX triplet: 8D, 6D and F1. RGB value is (141,109,241). Sum of RGB (Red+Green+Blue) = 141+109+241=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D6DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6DF1 is #72920E. Grayscale: #858585. Windows color (decimal): -7508495 or 15822221. OLE color: 15822221.

HSL color Cylindrical-coordinate representation of color #8D6DF1: hue angle of 254.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6DF1 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 109 241 -
CMYK 0.41 0.55 0 0.05
HSL 254.55º 0.83% 0.69% -
HSV(B) 254.55º 0.55% 0.95% -
XYZ 32.33 22.95 85.95 -
YUV 133.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 141 109 241 0.41 0.55 0 0.05 254.55 0.83 0.69
Hex 8D 6D F1 29 37 0 5 FF 52 45
Octal 215 155 361 51 67 0 5 377 122 105
Binary 10001101 1101101 11110001 101001 110111 0 101 11111111 1010010 1000101

Color Harmonies of #8D6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6DF1

Black with #8D6DF1

Text Example


Text Example

White with #8D6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,109,241); }

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

background-color css

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

 a { background-color: rgb(141,109,241); }

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

border-color css

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

 span { border-color: rgb(141,109,241); }

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