Html Css Color HEX #8D6FFF Light Slate Blue

📋 copy color: '#8D6FFF'

red 141 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #8D6FFF

Tints of Light Slate Blue #8D6FFF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

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

R = 27.81%
G = 21.89%
B = 50.3%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D6FFF (or 0x8D6FFF) is known color: Light Slate Blue. HEX triplet: 8D, 6F and FF. RGB value is (141,111,255). Sum of RGB (Red+Green+Blue) = 141+111+255=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6FFF is #729000. Grayscale: #878787. Windows color (decimal): -7507969 or 16740237. OLE color: 16740237.

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

Color convert

RGB 141 111 255 -
CMYK 0.45 0.56 0 0
HSL 252.5º 1% 0.72% -
HSV(B) 252.5º 0.56% 1% -
XYZ 34.72 24.25 97.46 -
YUV 136.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 141 111 255 0.45 0.56 0 0 252.5 1 0.72
Hex 8D 6F FF 2D 38 0 0 FD 64 48
Octal 215 157 377 55 70 0 0 375 144 110
Binary 10001101 1101111 11111111 101101 111000 0 0 11111101 1100100 1001000

Color Harmonies of #8D6FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6FFF

Black with #8D6FFF

Text Example


Text Example

White with #8D6FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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