Html Css Color HEX #8D55FF Light Slate Blue

📋 copy color: '#8D55FF'

red 141 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #8D55FF

Tints of Light Slate Blue #8D55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

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

R = 29.31%
G = 17.67%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D55FF (or 0x8D55FF) is known color: Light Slate Blue. HEX triplet: 8D, 55 and FF. RGB value is (141,85,255). Sum of RGB (Red+Green+Blue) = 141+85+255=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D55FF is #72AA00. Grayscale: #787878. Windows color (decimal): -7514625 or 16733581. OLE color: 16733581.

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

Color convert

RGB 141 85 255 -
CMYK 0.45 0.67 0 0
HSL 259.76º 1% 0.67% -
HSV(B) 259.76º 0.67% 1% -
XYZ 32.28 19.38 96.65 -
YUV 121.12 203.55 142.18 -
System Red Green Blue C M Y K H S L
Decimal 141 85 255 0.45 0.67 0 0 259.76 1 0.67
Hex 8D 55 FF 2D 43 0 0 104 64 43
Octal 215 125 377 55 103 0 0 404 144 103
Binary 10001101 1010101 11111111 101101 1000011 0 0 100000100 1100100 1000011

Color Harmonies of #8D55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D55FF

Black with #8D55FF

Text Example


Text Example

White with #8D55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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