#987DFC

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

Shades of Light Slate Blue #987DFC

Tints of Light Slate Blue #987DFC

Color information

#987DFC (or 0x987DFC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 7D and FC. RGB value is (152,125,252). Sum of RGB (Red+Green+Blue) = 152+125+252=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #987DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DFC is #678203. Grayscale: #939393. Windows color (decimal): -6783492 or 16547224. OLE color: 16547224.

HSL color Cylindrical-coordinate representation of color #987DFC: hue angle of 252.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #987DFC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152125252-
CMYK0.400.5000.01
HSL252.76º95.49%73.92%-
HSV(B)252.76º50.4%98.82%-
XYZ37.8528.3795.58-
YUV147.55186.95131.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=28.73%
G=23.63%
B=47.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521252520.400.5000.01252.7695.4973.92
Hex987DFC283201fd5f4a
Octal230175374506201375137112
Binary10011000111110111111100101000110010011111110110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,125,252); }

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

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

 a { background-color: rgb(152,125,252); }

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

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

 span { border-color: rgb(152,125,252); }

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