Html Css Color HEX #8D6EFF Light Slate Blue

📋 copy color: '#8D6EFF'

red 141 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #8D6EFF

Tints of Light Slate Blue #8D6EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 27.87%
G = 21.74%
B = 50.4%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D6EFF (or 0x8D6EFF) is known color: Light Slate Blue. HEX triplet: 8D, 6E and FF. RGB value is (141,110,255). Sum of RGB (Red+Green+Blue) = 141+110+255=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6EFF is #729100. Grayscale: #878787. Windows color (decimal): -7508225 or 16739981. OLE color: 16739981.

HSL color Cylindrical-coordinate representation of color #8D6EFF: hue angle of 252.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D6EFF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 110 255 -
CMYK 0.45 0.57 0 0
HSL 252.83º 1% 0.72% -
HSV(B) 252.83º 0.57% 1% -
XYZ 34.61 24.03 97.42 -
YUV 135.8 195.27 131.71 -
System Red Green Blue C M Y K H S L
Decimal 141 110 255 0.45 0.57 0 0 252.83 1 0.72
Hex 8D 6E FF 2D 39 0 0 FD 64 48
Octal 215 156 377 55 71 0 0 375 144 110
Binary 10001101 1101110 11111111 101101 111001 0 0 11111101 1100100 1001000

Color Harmonies of #8D6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6EFF

Black with #8D6EFF

Text Example


Text Example

White with #8D6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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