Html Css Color HEX #8B57FE Light Slate Blue

📋 copy color: '#8B57FE'

red 139 ◦ green 87 ◦ blue 254

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

Shades of Light Slate Blue #8B57FE

Tints of Light Slate Blue #8B57FE

RGB

 RED value IS 139 (54.69% from 255) = 28.96%

 GREEN value IS 87 (34.38% from 255) = 18.13%

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 28.96%
G = 18.13%
B = 52.92%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8B57FE (or 0x8B57FE) is known color: Light Slate Blue. HEX triplet: 8B, 57 and FE. RGB value is (139,87,254). Sum of RGB (Red+Green+Blue) = 139+87+254=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B57FE is #74A801. Grayscale: #787878. Windows color (decimal): -7645186 or 16668555. OLE color: 16668555.

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

Color convert

RGB 139 87 254 -
CMYK 0.45 0.66 0 0.00
HSL 258.68º 0.99% 0.67% -
HSV(B) 258.68º 0.66% 1% -
XYZ 31.95 19.46 95.84 -
YUV 121.59 202.73 140.42 -
System Red Green Blue C M Y K H S L
Decimal 139 87 254 0.45 0.66 0 0.00 258.68 0.99 0.67
Hex 8B 57 FE 2D 42 0 0 103 63 43
Octal 213 127 376 55 102 0 0 403 143 103
Binary 10001011 1010111 11111110 101101 1000010 0 0 100000011 1100011 1000011

Color Harmonies of #8B57FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B57FE

Black with #8B57FE

Text Example


Text Example

White with #8B57FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,254); }

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

background-color css

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

 a { background-color: rgb(139,87,254); }

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

border-color css

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

 span { border-color: rgb(139,87,254); }

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