#9C87FD

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

Shades of Light Slate Blue #9C87FD

Tints of Light Slate Blue #9C87FD

Color information

#9C87FD (or 0x9C87FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 87 and FD. RGB value is (156,135,253). Sum of RGB (Red+Green+Blue) = 156+135+253=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C87FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C87FD is #637802. Grayscale: #9A9A9A. Windows color (decimal): -6518787 or 16615324. OLE color: 16615324.

HSL color Cylindrical-coordinate representation of color #9C87FD: hue angle of 250.68º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C87FD is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156135253-
CMYK0.380.4700.01
HSL250.68º96.72%76.08%-
HSV(B)250.68º46.64%99.22%-
XYZ40.131.4996.89-
YUV154.73183.46128.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.68%
GREEN value IS 135 (53.12% from 255) = 24.82%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=28.68%
G=24.82%
B=46.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561352530.380.4700.01250.6896.7276.08
Hex9C87FD262F01fb614c
Octal234207375465701373141114
Binary100111001000011111111101100110101111011111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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