#8B8DFB

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

Shades of Light Slate Blue #8B8DFB

Tints of Light Slate Blue #8B8DFB

Color information

#8B8DFB (or 0x8B8DFB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8D and FB. RGB value is (139,141,251). Sum of RGB (Red+Green+Blue) = 139+141+251=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8DFB is #747204. Grayscale: #989898. Windows color (decimal): -7631365 or 16485771. OLE color: 16485771.

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

Color convert

RGB139141251-
CMYK0.450.4400.02
HSL238.93º93.33%76.47%-
HSV(B)238.93º44.62%98.43%-
XYZ37.5831.595.37-
YUV152.94183.34118.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.18%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 251 (98.44% from 255) = 47.27%
R=26.18%
G=26.55%
B=47.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391412510.450.4400.02238.9393.3376.47
Hex8B8DFB2D2C02ef5d4c
Octal213215373555402357135114
Binary1000101110001101111110111011011011000101110111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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