#987AF5

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

Shades of Light Slate Blue #987AF5

Tints of Light Slate Blue #987AF5

Color information

#987AF5 (or 0x987AF5) is unknown color: approx Light Slate Blue. HEX triplet: 98, 7A and F5. RGB value is (152,122,245). Sum of RGB (Red+Green+Blue) = 152+122+245=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #987AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AF5 is #67850A. Grayscale: #909090. Windows color (decimal): -6784267 or 16087704. OLE color: 16087704.

HSL color Cylindrical-coordinate representation of color #987AF5: hue angle of 254.63º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987AF5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB152122245-
CMYK0.380.5000.04
HSL254.63º86.01%71.96%-
HSV(B)254.63º50.2%96.08%-
XYZ36.3927.1989.72-
YUV144.99184.44133-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 122 (48.05% from 255) = 23.51%
BLUE value IS 245 (96.09% from 255) = 47.21%
R=29.29%
G=23.51%
B=47.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1521222450.380.5000.04254.6386.0171.96
Hex987AF5263204ff5648
Octal230172365466204377126110
Binary1001100011110101111010110011011001001001111111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987AF5; }

 p { color: rgb(152,122,245); }

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

<style>
 a { background-color: #987AF5; }

 a { background-color: rgb(152,122,245); }

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

<style>
 span { border-color: #987AF5; }

 span { border-color: rgb(152,122,245); }

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