#8B6DFA

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

Shades of Light Slate Blue #8B6DFA

Tints of Light Slate Blue #8B6DFA

Color information

#8B6DFA (or 0x8B6DFA) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 6D and FA. RGB value is (139,109,250). Sum of RGB (Red+Green+Blue) = 139+109+250=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B6DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6DFA is #749205. Grayscale: #858585. Windows color (decimal): -7639558 or 16412043. OLE color: 16412043.

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

Color convert

RGB139109250-
CMYK0.440.5600.02
HSL252.77º93.38%70.39%-
HSV(B)252.77º56.4%98.04%-
XYZ33.3723.3393.19-
YUV134.04193.44131.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=27.91%
G=21.89%
B=50.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391092500.440.5600.02252.7793.3870.39
Hex8B6DFA2C3802fd5d46
Octal213155372547002375135106
Binary100010111101101111110101011001110000101111110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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