Html Css Color HEX #8D71FE Light Slate Blue

📋 copy color: '#8D71FE'

red 141 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #8D71FE

Tints of Light Slate Blue #8D71FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.24%

 BLUE value IS 254 (99.61% from 255) = 50%

R = 27.76%
G = 22.24%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8D71FE (or 0x8D71FE) is known color: Light Slate Blue. HEX triplet: 8D, 71 and FE. RGB value is (141,113,254). Sum of RGB (Red+Green+Blue) = 141+113+254=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D71FE is #728E01. Grayscale: #888888. Windows color (decimal): -7507458 or 16675213. OLE color: 16675213.

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

Color convert

RGB 141 113 254 -
CMYK 0.44 0.56 0 0.00
HSL 251.91º 0.99% 0.72% -
HSV(B) 251.91º 0.56% 1% -
XYZ 34.78 24.63 96.69 -
YUV 137.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 141 113 254 0.44 0.56 0 0.00 251.91 0.99 0.72
Hex 8D 71 FE 2C 38 0 0 FC 63 48
Octal 215 161 376 54 70 0 0 374 143 110
Binary 10001101 1110001 11111110 101100 111000 0 0 11111100 1100011 1001000

Color Harmonies of #8D71FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D71FE

Black with #8D71FE

Text Example


Text Example

White with #8D71FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,113,254); }

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

background-color css

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

 a { background-color: rgb(141,113,254); }

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

border-color css

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

 span { border-color: rgb(141,113,254); }

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