#8B6DFB

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

Shades of Light Slate Blue #8B6DFB

Tints of Light Slate Blue #8B6DFB

Color information

#8B6DFB (or 0x8B6DFB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 6D and FB. RGB value is (139,109,251). Sum of RGB (Red+Green+Blue) = 139+109+251=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B6DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6DFB is #749204. Grayscale: #858585. Windows color (decimal): -7639557 or 16477579. OLE color: 16477579.

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

Color convert

RGB139109251-
CMYK0.450.5700.02
HSL252.68º94.67%70.59%-
HSV(B)252.68º56.57%98.43%-
XYZ33.5323.3994.01-
YUV134.16193.94131.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=27.86%
G=21.84%
B=50.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391092510.450.5700.02252.6894.6770.59
Hex8B6DFB2D3902fd5f47
Octal213155373557102375137107
Binary100010111101101111110111011011110010101111110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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