#9C87FB

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

Shades of Light Slate Blue #9C87FB

Tints of Light Slate Blue #9C87FB

Color information

#9C87FB (or 0x9C87FB) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 87 and FB. RGB value is (156,135,251). Sum of RGB (Red+Green+Blue) = 156+135+251=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C87FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C87FB is #637804. Grayscale: #9A9A9A. Windows color (decimal): -6518789 or 16484252. OLE color: 16484252.

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

Color convert

RGB156135251-
CMYK0.380.4600.02
HSL250.86º93.55%75.69%-
HSV(B)250.86º46.22%98.43%-
XYZ39.7931.3695.22-
YUV154.5182.46129.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.78%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=28.78%
G=24.91%
B=46.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561352510.380.4600.02250.8693.5575.69
Hex9C87FB262E02fb5e4c
Octal234207373465602373136114
Binary1001110010000111111110111001101011100101111101110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C87FB; }

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

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

<style>
 a { background-color: #9C87FB; }

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

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

<style>
 span { border-color: #9C87FB; }

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

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