#9887FB

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

Shades of Light Slate Blue #9887FB

Tints of Light Slate Blue #9887FB

Color information

#9887FB (or 0x9887FB) is unknown color: approx Light Slate Blue. HEX triplet: 98, 87 and FB. RGB value is (152,135,251). Sum of RGB (Red+Green+Blue) = 152+135+251=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #9887FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9887FB is #677804. Grayscale: #989898. Windows color (decimal): -6780933 or 16484248. OLE color: 16484248.

HSL color Cylindrical-coordinate representation of color #9887FB: hue angle of 248.79º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9887FB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152135251-
CMYK0.390.4600.02
HSL248.79º93.55%75.69%-
HSV(B)248.79º46.22%98.43%-
XYZ39.0330.9795.19-
YUV153.31183.13127.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 251 (98.44% from 255) = 46.65%
R=28.25%
G=25.09%
B=46.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521352510.390.4600.02248.7993.5575.69
Hex9887FB272E02f95e4c
Octal230207373475602371136114
Binary1001100010000111111110111001111011100101111100110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9887FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9887FB; }

 p { color: rgb(152,135,251); }

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

<style>
 a { background-color: #9887FB; }

 a { background-color: rgb(152,135,251); }

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

<style>
 span { border-color: #9887FB; }

 span { border-color: rgb(152,135,251); }

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