Html Css Color HEX #8D7CFF Light Slate Blue

📋 copy color: '#8D7CFF'

red 141 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #8D7CFF

Tints of Light Slate Blue #8D7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.85%

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

R = 27.12%
G = 23.85%
B = 49.04%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D7CFF (or 0x8D7CFF) is known color: Light Slate Blue. HEX triplet: 8D, 7C and FF. RGB value is (141,124,255). Sum of RGB (Red+Green+Blue) = 141+124+255=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7CFF is #728300. Grayscale: #8F8F8F. Windows color (decimal): -7504641 or 16743565. OLE color: 16743565.

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

Color convert

RGB 141 124 255 -
CMYK 0.45 0.51 0 0
HSL 247.79º 1% 0.74% -
HSV(B) 247.79º 0.51% 1% -
XYZ 36.24 27.3 97.97 -
YUV 144.02 190.63 125.85 -
System Red Green Blue C M Y K H S L
Decimal 141 124 255 0.45 0.51 0 0 247.79 1 0.74
Hex 8D 7C FF 2D 33 0 0 F8 64 4A
Octal 215 174 377 55 63 0 0 370 144 112
Binary 10001101 1111100 11111111 101101 110011 0 0 11111000 1100100 1001010

Color Harmonies of #8D7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7CFF

Black with #8D7CFF

Text Example


Text Example

White with #8D7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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