#9987FB

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

Shades of Light Slate Blue #9987FB

Tints of Light Slate Blue #9987FB

Color information

#9987FB (or 0x9987FB) is unknown color: approx Light Slate Blue. HEX triplet: 99, 87 and FB. RGB value is (153,135,251). Sum of RGB (Red+Green+Blue) = 153+135+251=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #9987FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9987FB is #667804. Grayscale: #999999. Windows color (decimal): -6715397 or 16484249. OLE color: 16484249.

HSL color Cylindrical-coordinate representation of color #9987FB: hue angle of 249.31º 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 #9987FB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153135251-
CMYK0.390.4600.02
HSL249.31º93.55%75.69%-
HSV(B)249.31º46.22%98.43%-
XYZ39.2131.0795.2-
YUV153.61182.96127.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.39%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=28.39%
G=25.05%
B=46.57%

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
Decimal1531352510.390.4600.02249.3193.5575.69
Hex9987FB272E02f95e4c
Octal231207373475602371136114
Binary1001100110000111111110111001111011100101111100110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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