Html Css Color HEX #8D5CFD Light Slate Blue

📋 copy color: '#8D5CFD'

red 141 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #8D5CFD

Tints of Light Slate Blue #8D5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.93%

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 29.01%
G = 18.93%
B = 52.06%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D5CFD (or 0x8D5CFD) is known color: Light Slate Blue. HEX triplet: 8D, 5C and FD. RGB value is (141,92,253). Sum of RGB (Red+Green+Blue) = 141+92+253=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5CFD is #72A302. Grayscale: #7C7C7C. Windows color (decimal): -7512835 or 16604301. OLE color: 16604301.

HSL color Cylindrical-coordinate representation of color #8D5CFD: hue angle of 258.26º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D5CFD is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 92 253 -
CMYK 0.44 0.64 0 0.01
HSL 258.26º 0.98% 0.68% -
HSV(B) 258.26º 0.64% 0.99% -
XYZ 32.54 20.41 95.15 -
YUV 125.01 200.23 139.41 -
System Red Green Blue C M Y K H S L
Decimal 141 92 253 0.44 0.64 0 0.01 258.26 0.98 0.68
Hex 8D 5C FD 2C 40 0 1 102 62 44
Octal 215 134 375 54 100 0 1 402 142 104
Binary 10001101 1011100 11111101 101100 1000000 0 1 100000010 1100010 1000100

Color Harmonies of #8D5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5CFD

Black with #8D5CFD

Text Example


Text Example

White with #8D5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,253); }

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

background-color css

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

 a { background-color: rgb(141,92,253); }

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

border-color css

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

 span { border-color: rgb(141,92,253); }

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