Html Css Color HEX #8D7FEC Light Slate Blue

📋 copy color: '#8D7FEC'

red 141 ◦ green 127 ◦ blue 236

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

Shades of Light Slate Blue #8D7FEC

Tints of Light Slate Blue #8D7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.2%

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 27.98%
G = 25.2%
B = 46.83%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D7FEC (or 0x8D7FEC) is known color: Light Slate Blue. HEX triplet: 8D, 7F and EC. RGB value is (141,127,236). Sum of RGB (Red+Green+Blue) = 141+127+236=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FEC is #728013. Grayscale: #8F8F8F. Windows color (decimal): -7503892 or 15499149. OLE color: 15499149.

HSL color Cylindrical-coordinate representation of color #8D7FEC: hue angle of 247.71º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D7FEC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 127 236 -
CMYK 0.40 0.46 0 0.07
HSL 247.71º 0.74% 0.71% -
HSV(B) 247.71º 0.46% 0.93% -
XYZ 33.71 26.9 82.77 -
YUV 143.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 141 127 236 0.40 0.46 0 0.07 247.71 0.74 0.71
Hex 8D 7F EC 28 2E 0 7 F8 4A 47
Octal 215 177 354 50 56 0 7 370 112 107
Binary 10001101 1111111 11101100 101000 101110 0 111 11111000 1001010 1000111

Color Harmonies of #8D7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7FEC

Black with #8D7FEC

Text Example


Text Example

White with #8D7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,127,236); }

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

background-color css

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

 a { background-color: rgb(141,127,236); }

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

border-color css

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

 span { border-color: rgb(141,127,236); }

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