#986AFF

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

Shades of Light Slate Blue #986AFF

Tints of Light Slate Blue #986AFF

Color information

#986AFF (or 0x986AFF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 6A and FF. RGB value is (152,106,255). Sum of RGB (Red+Green+Blue) = 152+106+255=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #986AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AFF is #679500. Grayscale: #888888. Windows color (decimal): -6788353 or 16738968. OLE color: 16738968.

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

Color convert

RGB152106255-
CMYK0.400.5800
HSL258.52º100%70.78%-
HSV(B)258.52º58.43%100%-
XYZ36.1524.297.37-
YUV136.74194.74138.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 106 (41.80% from 255) = 20.66%
BLUE value IS 255 (100% from 255) = 49.71%
R=29.63%
G=20.66%
B=49.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521062550.400.5800258.5210070.78
Hex986AFF283A001036447
Octal230152377507200403144107
Binary100110001101010111111111010001110100010000001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,255); }

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

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

 a { background-color: rgb(152,106,255); }

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

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

 span { border-color: rgb(152,106,255); }

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