#8E8BFB

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

Shades of Light Slate Blue #8E8BFB

Tints of Light Slate Blue #8E8BFB

Color information

#8E8BFB (or 0x8E8BFB) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8B and FB. RGB value is (142,139,251). Sum of RGB (Red+Green+Blue) = 142+139+251=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BFB is #717404. Grayscale: #989898. Windows color (decimal): -7435269 or 16485262. OLE color: 16485262.

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

Color convert

RGB142139251-
CMYK0.430.4500.02
HSL241.61º93.33%76.47%-
HSV(B)241.61º44.62%98.43%-
XYZ37.831.1895.29-
YUV152.66183.49120.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.69%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 251 (98.44% from 255) = 47.18%
R=26.69%
G=26.13%
B=47.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421392510.430.4500.02241.6193.3376.47
Hex8E8BFB2B2D02f25d4c
Octal216213373535502362135114
Binary1000111010001011111110111010111011010101111001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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