#8B8EFB

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

Shades of Light Slate Blue #8B8EFB

Tints of Light Slate Blue #8B8EFB

Color information

#8B8EFB (or 0x8B8EFB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8E and FB. RGB value is (139,142,251). Sum of RGB (Red+Green+Blue) = 139+142+251=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 142 (55.86% from 255 or 26.69% 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 #8B8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8EFB is #747104. Grayscale: #999999. Windows color (decimal): -7631109 or 16486027. OLE color: 16486027.

HSL color Cylindrical-coordinate representation of color #8B8EFB: hue angle of 238.39º 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 #8B8EFB is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139142251-
CMYK0.450.4300.02
HSL238.39º93.33%76.47%-
HSV(B)238.39º44.62%98.43%-
XYZ37.7331.895.42-
YUV153.53183.01117.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391422510.450.4300.02238.3993.3376.47
Hex8B8EFB2D2B02ee5d4c
Octal213216373555302356135114
Binary1000101110001110111110111011011010110101110111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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