#8B6AFE

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

Shades of Light Slate Blue #8B6AFE

Tints of Light Slate Blue #8B6AFE

Color information

#8B6AFE (or 0x8B6AFE) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 6A and FE. RGB value is (139,106,254). Sum of RGB (Red+Green+Blue) = 139+106+254=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6AFE is #749501. Grayscale: #848484. Windows color (decimal): -7640322 or 16673419. OLE color: 16673419.

HSL color Cylindrical-coordinate representation of color #8B6AFE: hue angle of 253.38º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B6AFE is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139106254-
CMYK0.450.5800.00
HSL253.38º98.67%70.59%-
HSV(B)253.38º58.27%99.61%-
XYZ33.6922.9596.42-
YUV132.74196.43132.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=27.86%
G=21.24%
B=50.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391062540.450.5800.00253.3898.6770.59
Hex8B6AFE2D3A00fd6347
Octal213152376557200375143107
Binary10001011110101011111110101101111010001111110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,254); }

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

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

 a { background-color: rgb(139,106,254); }

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

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

 span { border-color: rgb(139,106,254); }

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