#8986F5

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

Shades of Light Slate Blue #8986F5

Tints of Light Slate Blue #8986F5

Color information

#8986F5 (or 0x8986F5) is unknown color: approx Light Slate Blue. HEX triplet: 89, 86 and F5. RGB value is (137,134,245). Sum of RGB (Red+Green+Blue) = 137+134+245=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #8986F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8986F5 is #76790A. Grayscale: #939393. Windows color (decimal): -7764235 or 16090761. OLE color: 16090761.

HSL color Cylindrical-coordinate representation of color #8986F5: hue angle of 241.62º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8986F5 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB137134245-
CMYK0.440.4500.04
HSL241.62º84.73%74.31%-
HSV(B)241.62º45.31%96.08%-
XYZ35.3228.9690.11-
YUV147.55182.99120.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.55%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 245 (96.09% from 255) = 47.48%
R=26.55%
G=25.97%
B=47.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371342450.440.4500.04241.6284.7374.31
Hex8986F52C2D04f2554a
Octal211206365545504362125112
Binary10001001100001101111010110110010110101001111001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8986F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8986F5; }

 p { color: rgb(137,134,245); }

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

<style>
 a { background-color: #8986F5; }

 a { background-color: rgb(137,134,245); }

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

<style>
 span { border-color: #8986F5; }

 span { border-color: rgb(137,134,245); }

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