Html Css Color HEX #8D6CFF Light Slate Blue

📋 copy color: '#8D6CFF'

red 141 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #8D6CFF

Tints of Light Slate Blue #8D6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.43%

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

R = 27.98%
G = 21.43%
B = 50.6%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D6CFF (or 0x8D6CFF) is known color: Light Slate Blue. HEX triplet: 8D, 6C and FF. RGB value is (141,108,255). Sum of RGB (Red+Green+Blue) = 141+108+255=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D6CFF is #729300. Grayscale: #868686. Windows color (decimal): -7508737 or 16739469. OLE color: 16739469.

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

Color convert

RGB 141 108 255 -
CMYK 0.45 0.58 0 0
HSL 253.47º 1% 0.71% -
HSV(B) 253.47º 0.58% 1% -
XYZ 34.4 23.61 97.35 -
YUV 134.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 141 108 255 0.45 0.58 0 0 253.47 1 0.71
Hex 8D 6C FF 2D 3A 0 0 FD 64 47
Octal 215 154 377 55 72 0 0 375 144 107
Binary 10001101 1101100 11111111 101101 111010 0 0 11111101 1100100 1000111

Color Harmonies of #8D6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6CFF

Black with #8D6CFF

Text Example


Text Example

White with #8D6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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