Html Css Color HEX #8D5AFC Light Slate Blue

📋 copy color: '#8D5AFC'

red 141 ◦ green 90 ◦ blue 252

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

Shades of Light Slate Blue #8D5AFC

Tints of Light Slate Blue #8D5AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.63%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 29.19%
G = 18.63%
B = 52.17%

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

#8D5AFC (or 0x8D5AFC) is known color: Light Slate Blue. HEX triplet: 8D, 5A and FC. RGB value is (141,90,252). Sum of RGB (Red+Green+Blue) = 141+90+252=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AFC is #72A503. Grayscale: #7B7B7B. Windows color (decimal): -7513348 or 16538253. OLE color: 16538253.

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

Color convert

RGB 141 90 252 -
CMYK 0.44 0.64 0 0.01
HSL 258.89º 0.96% 0.67% -
HSV(B) 258.89º 0.64% 0.99% -
XYZ 32.21 20 94.26 -
YUV 123.72 200.4 140.33 -
System Red Green Blue C M Y K H S L
Decimal 141 90 252 0.44 0.64 0 0.01 258.89 0.96 0.67
Hex 8D 5A FC 2C 40 0 1 103 60 43
Octal 215 132 374 54 100 0 1 403 140 103
Binary 10001101 1011010 11111100 101100 1000000 0 1 100000011 1100000 1000011

Color Harmonies of #8D5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5AFC

Black with #8D5AFC

Text Example


Text Example

White with #8D5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,252); }

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

background-color css

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

 a { background-color: rgb(141,90,252); }

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

border-color css

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

 span { border-color: rgb(141,90,252); }

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