#987EFD

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

Shades of Light Slate Blue #987EFD

Tints of Light Slate Blue #987EFD

Color information

#987EFD (or 0x987EFD) is unknown color: approx Light Slate Blue. HEX triplet: 98, 7E and FD. RGB value is (152,126,253). Sum of RGB (Red+Green+Blue) = 152+126+253=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #987EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987EFD is #678102. Grayscale: #939393. Windows color (decimal): -6783235 or 16613016. OLE color: 16613016.

HSL color Cylindrical-coordinate representation of color #987EFD: hue angle of 252.28º degrees, saturation: 0.97, 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 #987EFD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152126253-
CMYK0.400.5000.01
HSL252.28º96.95%74.31%-
HSV(B)252.28º50.2%99.22%-
XYZ38.1428.6996.46-
YUV148.25187.11130.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=28.63%
G=23.73%
B=47.65%

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
Decimal1521262530.400.5000.01252.2896.9574.31
Hex987EFD283201fc614a
Octal230176375506201374141112
Binary10011000111111011111101101000110010011111110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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