#8B8AF6

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

Shades of Light Slate Blue #8B8AF6

Tints of Light Slate Blue #8B8AF6

Color information

#8B8AF6 (or 0x8B8AF6) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8A and F6. RGB value is (139,138,246). Sum of RGB (Red+Green+Blue) = 139+138+246=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B8AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8AF6 is #747509. Grayscale: #969696. Windows color (decimal): -7632138 or 16157323. OLE color: 16157323.

HSL color Cylindrical-coordinate representation of color #8B8AF6: hue angle of 240.56º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B8AF6 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139138246-
CMYK0.430.4400.04
HSL240.56º85.71%75.29%-
HSV(B)240.56º43.9%96.47%-
XYZ36.3730.3291.12-
YUV150.61181.83119.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.58%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 246 (96.48% from 255) = 47.04%
R=26.58%
G=26.39%
B=47.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391382460.430.4400.04240.5685.7175.29
Hex8B8AF62B2C04f1564b
Octal213212366535404361126113
Binary10001011100010101111011010101110110001001111000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,138,246); }

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

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

 a { background-color: rgb(139,138,246); }

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

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

 span { border-color: rgb(139,138,246); }

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