#9D87FD

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

Shades of Light Slate Blue #9D87FD

Tints of Light Slate Blue #9D87FD

Color information

#9D87FD (or 0x9D87FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 87 and FD. RGB value is (157,135,253). Sum of RGB (Red+Green+Blue) = 157+135+253=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D87FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D87FD is #627802. Grayscale: #9A9A9A. Windows color (decimal): -6453251 or 16615325. OLE color: 16615325.

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

Color convert

RGB157135253-
CMYK0.380.4700.01
HSL251.19º96.72%76.08%-
HSV(B)251.19º46.64%99.22%-
XYZ40.331.5996.9-
YUV155.03183.29129.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 253 (99.22% from 255) = 46.42%
R=28.81%
G=24.77%
B=46.42%

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
Decimal1571352530.380.4700.01251.1996.7276.08
Hex9D87FD262F01fb614c
Octal235207375465701373141114
Binary100111011000011111111101100110101111011111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D87FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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