#987AFF

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

Shades of Light Slate Blue #987AFF

Tints of Light Slate Blue #987AFF

Color information

#987AFF (or 0x987AFF) is unknown color: approx Light Slate Blue. HEX triplet: 98, 7A and FF. RGB value is (152,122,255). Sum of RGB (Red+Green+Blue) = 152+122+255=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #987AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AFF is #678500. Grayscale: #919191. Windows color (decimal): -6784257 or 16743064. OLE color: 16743064.

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

Color convert

RGB152122255-
CMYK0.400.5200
HSL253.53º100%73.92%-
HSV(B)253.53º52.16%100%-
XYZ37.9627.8197.98-
YUV146.13189.44132.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 255 (100% from 255) = 48.20%
R=28.73%
G=23.06%
B=48.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521222550.400.5200253.5310073.92
Hex987AFF283400fe644a
Octal230172377506400376144112
Binary10011000111101011111111101000110100001111111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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