#987BFC

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

Shades of Light Slate Blue #987BFC

Tints of Light Slate Blue #987BFC

Color information

#987BFC (or 0x987BFC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 7B and FC. RGB value is (152,123,252). Sum of RGB (Red+Green+Blue) = 152+123+252=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #987BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BFC is #678403. Grayscale: #919191. Windows color (decimal): -6784004 or 16546712. OLE color: 16546712.

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

Color convert

RGB152123252-
CMYK0.400.5100.01
HSL253.49º95.56%73.53%-
HSV(B)253.49º51.19%98.82%-
XYZ37.627.8795.49-
YUV146.38187.61132.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 252 (98.83% from 255) = 47.82%
R=28.84%
G=23.34%
B=47.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521232520.400.5100.01253.4995.5673.53
Hex987BFC283301fd604a
Octal230173374506301375140112
Binary10011000111101111111100101000110011011111110111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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