#8B8AF5

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

Shades of Light Slate Blue #8B8AF5

Tints of Light Slate Blue #8B8AF5

Color information

#8B8AF5 (or 0x8B8AF5) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 8A and F5. RGB value is (139,138,245). Sum of RGB (Red+Green+Blue) = 139+138+245=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #8B8AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B8AF5 is #74750A. Grayscale: #969696. Windows color (decimal): -7632139 or 16091787. OLE color: 16091787.

HSL color Cylindrical-coordinate representation of color #8B8AF5: hue angle of 240.56º degrees, saturation: 0.84, 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 #8B8AF5 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139138245-
CMYK0.430.4400.04
HSL240.56º84.25%75.1%-
HSV(B)240.56º43.67%96.08%-
XYZ36.2230.2690.32-
YUV150.5181.33119.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.63%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 245 (96.09% from 255) = 46.93%
R=26.63%
G=26.44%
B=46.93%

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
Decimal1391382450.430.4400.04240.5684.2575.1
Hex8B8AF52B2C04f1544b
Octal213212365535404361124113
Binary10001011100010101111010110101110110001001111000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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