Html Css Color HEX #8E5BFD Light Slate Blue

📋 copy color: '#8E5BFD'

red 142 ◦ green 91 ◦ blue 253

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

Shades of Light Slate Blue #8E5BFD

Tints of Light Slate Blue #8E5BFD

RGB

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

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

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

R = 29.22%
G = 18.72%
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

#8E5BFD (or 0x8E5BFD) is known color: Light Slate Blue. HEX triplet: 8E, 5B and FD. RGB value is (142,91,253). Sum of RGB (Red+Green+Blue) = 142+91+253=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 91 (35.94% from 255 or 18.72% 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 #8E5BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5BFD is #71A402. Grayscale: #7C7C7C. Windows color (decimal): -7447555 or 16604046. OLE color: 16604046.

HSL color Cylindrical-coordinate representation of color #8E5BFD: hue angle of 258.89º degrees, saturation: 0.98, 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 #8E5BFD is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 91 253 -
CMYK 0.44 0.64 0 0.01
HSL 258.89º 0.98% 0.67% -
HSV(B) 258.89º 0.64% 0.99% -
XYZ 32.63 20.32 95.13 -
YUV 124.72 200.4 140.33 -
System Red Green Blue C M Y K H S L
Decimal 142 91 253 0.44 0.64 0 0.01 258.89 0.98 0.67
Hex 8E 5B FD 2C 40 0 1 103 62 43
Octal 216 133 375 54 100 0 1 403 142 103
Binary 10001110 1011011 11111101 101100 1000000 0 1 100000011 1100010 1000011

Color Harmonies of #8E5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BFD

Black with #8E5BFD

Text Example


Text Example

White with #8E5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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