#986AFD

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

Shades of Light Slate Blue #986AFD

Tints of Light Slate Blue #986AFD

Color information

#986AFD (or 0x986AFD) is unknown color: approx Light Slate Blue. HEX triplet: 98, 6A and FD. RGB value is (152,106,253). Sum of RGB (Red+Green+Blue) = 152+106+253=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #986AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AFD is #679502. Grayscale: #878787. Windows color (decimal): -6788355 or 16607896. OLE color: 16607896.

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

Color convert

RGB152106253-
CMYK0.400.5800.01
HSL258.78º97.35%70.39%-
HSV(B)258.78º58.1%99.22%-
XYZ35.8324.0895.69-
YUV136.51193.74139.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=29.75%
G=20.74%
B=49.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521062530.400.5800.01258.7897.3570.39
Hex986AFD283A011036146
Octal230152375507201403141106
Binary100110001101010111111011010001110100110000001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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