#986EFD

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

Shades of Light Slate Blue #986EFD

Tints of Light Slate Blue #986EFD

Color information

#986EFD (or 0x986EFD) is unknown color: approx Light Slate Blue. HEX triplet: 98, 6E and FD. RGB value is (152,110,253). Sum of RGB (Red+Green+Blue) = 152+110+253=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #986EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EFD is #679102. Grayscale: #8A8A8A. Windows color (decimal): -6787331 or 16608920. OLE color: 16608920.

HSL color Cylindrical-coordinate representation of color #986EFD: hue angle of 257.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986EFD is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152110253-
CMYK0.400.5700.01
HSL257.62º97.28%71.18%-
HSV(B)257.62º56.52%99.22%-
XYZ36.2524.9295.83-
YUV138.86192.41137.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 110 (43.36% from 255) = 21.36%
BLUE value IS 253 (99.22% from 255) = 49.13%
R=29.51%
G=21.36%
B=49.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521102530.400.5700.01257.6297.2871.18
Hex986EFD2839011026147
Octal230156375507101402141107
Binary100110001101110111111011010001110010110000001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986EFD; }

 p { color: rgb(152,110,253); }

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

<style>
 a { background-color: #986EFD; }

 a { background-color: rgb(152,110,253); }

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

<style>
 span { border-color: #986EFD; }

 span { border-color: rgb(152,110,253); }

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