#8E83FB

Color #8E83FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8E83FB

Tints of Light Slate Blue #8E83FB

Color information

#8E83FB (or 0x8E83FB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 83 and FB. RGB value is (142,131,251). Sum of RGB (Red+Green+Blue) = 142+131+251=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E83FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E83FB is #717C04. Grayscale: #939393. Windows color (decimal): -7437317 or 16483214. OLE color: 16483214.

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

Color convert

RGB142131251-
CMYK0.430.4800.02
HSL245.5º93.75%74.9%-
HSV(B)245.5º47.81%98.43%-
XYZ36.6828.9594.92-
YUV147.97186.14123.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.10%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=27.10%
G=25%
B=47.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421312510.430.4800.02245.593.7574.9
Hex8E83FB2B3002f65e4b
Octal216203373536002366136113
Binary1000111010000011111110111010111100000101111011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E83FB;
 }
 .AnyTagClassName
 {
   color: #8E83FB;
 }
</style>
background-color css

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

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

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

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

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

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