Html Css Color HEX #8E5BFB Light Slate Blue

📋 copy color: '#8E5BFB'

red 142 ◦ green 91 ◦ blue 251

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

Shades of Light Slate Blue #8E5BFB

Tints of Light Slate Blue #8E5BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 29.34%
G = 18.8%
B = 51.86%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E5BFB (or 0x8E5BFB) is known color: Light Slate Blue. HEX triplet: 8E, 5B and FB. RGB value is (142,91,251). Sum of RGB (Red+Green+Blue) = 142+91+251=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E5BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5BFB is #71A404. Grayscale: #7B7B7B. Windows color (decimal): -7447557 or 16472974. OLE color: 16472974.

HSL color Cylindrical-coordinate representation of color #8E5BFB: hue angle of 259.12º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E5BFB is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 91 251 -
CMYK 0.43 0.64 0 0.02
HSL 259.13º 0.95% 0.67% -
HSV(B) 259.13º 0.64% 0.98% -
XYZ 32.31 20.2 93.46 -
YUV 124.49 199.4 140.49 -
System Red Green Blue C M Y K H S L
Decimal 142 91 251 0.43 0.64 0 0.02 259.13 0.95 0.67
Hex 8E 5B FB 2B 40 0 2 103 5F 43
Octal 216 133 373 53 100 0 2 403 137 103
Binary 10001110 1011011 11111011 101011 1000000 0 10 100000011 1011111 1000011

Color Harmonies of #8E5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BFB

Black with #8E5BFB

Text Example


Text Example

White with #8E5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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