Html Css Color HEX #8D50FF Light Slate Blue

📋 copy color: '#8D50FF'

red 141 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #8D50FF

Tints of Light Slate Blue #8D50FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.81%

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

R = 29.62%
G = 16.81%
B = 53.57%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D50FF (or 0x8D50FF) is known color: Light Slate Blue. HEX triplet: 8D, 50 and FF. RGB value is (141,80,255). Sum of RGB (Red+Green+Blue) = 141+80+255=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D50FF is #72AF00. Grayscale: #757575. Windows color (decimal): -7515905 or 16732301. OLE color: 16732301.

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

Color convert

RGB 141 80 255 -
CMYK 0.45 0.69 0 0
HSL 260.91º 1% 0.66% -
HSV(B) 260.91º 0.69% 1% -
XYZ 31.9 18.62 96.52 -
YUV 118.19 205.21 144.27 -
System Red Green Blue C M Y K H S L
Decimal 141 80 255 0.45 0.69 0 0 260.91 1 0.66
Hex 8D 50 FF 2D 45 0 0 105 64 42
Octal 215 120 377 55 105 0 0 405 144 102
Binary 10001101 1010000 11111111 101101 1000101 0 0 100000101 1100100 1000010

Color Harmonies of #8D50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D50FF

Black with #8D50FF

Text Example


Text Example

White with #8D50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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