#986FF8

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

Shades of Light Slate Blue #986FF8

Tints of Light Slate Blue #986FF8

Color information

#986FF8 (or 0x986FF8) is unknown color: approx Light Slate Blue. HEX triplet: 98, 6F and F8. RGB value is (152,111,248). Sum of RGB (Red+Green+Blue) = 152+111+248=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #986FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FF8 is #679007. Grayscale: #8A8A8A. Windows color (decimal): -6787080 or 16281496. OLE color: 16281496.

HSL color Cylindrical-coordinate representation of color #986FF8: hue angle of 257.96º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986FF8 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB152111248-
CMYK0.390.5500.03
HSL257.96º90.73%70.39%-
HSV(B)257.96º55.24%97.25%-
XYZ35.5824.8291.72-
YUV138.88189.58137.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 248 (97.27% from 255) = 48.53%
R=29.75%
G=21.72%
B=48.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1521112480.390.5500.03257.9690.7370.39
Hex986FF82737031025b46
Octal230157370476703402133106
Binary1001100011011111111100010011111011101110000001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,248); }

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

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

 a { background-color: rgb(152,111,248); }

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

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

 span { border-color: rgb(152,111,248); }

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