Html Css Color HEX #8E5BFF Light Slate Blue

📋 copy color: '#8E5BFF'

red 142 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #8E5BFF

Tints of Light Slate Blue #8E5BFF

RGB

 RED value IS 142 (55.86% from 255) = 29.1%

 GREEN value IS 91 (35.94% from 255) = 18.65%

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

R = 29.1%
G = 18.65%
B = 52.25%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E5BFF (or 0x8E5BFF) is known color: Light Slate Blue. HEX triplet: 8E, 5B and FF. RGB value is (142,91,255). Sum of RGB (Red+Green+Blue) = 142+91+255=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5BFF is #71A400. Grayscale: #7C7C7C. Windows color (decimal): -7447553 or 16735118. OLE color: 16735118.

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

Color convert

RGB 142 91 255 -
CMYK 0.44 0.64 0 0
HSL 258.66º 1% 0.68% -
HSV(B) 258.66º 0.64% 1% -
XYZ 32.95 20.45 96.82 -
YUV 124.95 201.4 140.16 -
System Red Green Blue C M Y K H S L
Decimal 142 91 255 0.44 0.64 0 0 258.66 1 0.68
Hex 8E 5B FF 2C 40 0 0 103 64 44
Octal 216 133 377 54 100 0 0 403 144 104
Binary 10001110 1011011 11111111 101100 1000000 0 0 100000011 1100100 1000100

Color Harmonies of #8E5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BFF

Black with #8E5BFF

Text Example


Text Example

White with #8E5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,91,255); }

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

background-color css

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

 a { background-color: rgb(142,91,255); }

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

border-color css

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

 span { border-color: rgb(142,91,255); }

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