#9D5DFB

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

Shades of Light Slate Blue #9D5DFB

Tints of Light Slate Blue #9D5DFB

Color information

#9D5DFB (or 0x9D5DFB) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 5D and FB. RGB value is (157,93,251). Sum of RGB (Red+Green+Blue) = 157+93+251=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D5DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5DFB is #62A204. Grayscale: #818181. Windows color (decimal): -6464005 or 16473501. OLE color: 16473501.

HSL color Cylindrical-coordinate representation of color #9D5DFB: hue angle of 264.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D5DFB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15793251-
CMYK0.370.6300.02
HSL264.3º95.18%67.45%-
HSV(B)264.3º62.95%98.43%-
XYZ35.2321.9693.65-
YUV130.15196.2147.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 93 (36.72% from 255) = 18.56%
BLUE value IS 251 (98.44% from 255) = 50.10%
R=31.34%
G=18.56%
B=50.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157932510.370.6300.02264.395.1867.45
Hex9D5DFB253F021085f43
Octal235135373457702410137103
Binary1001110110111011111101110010111111101010000100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,251); }

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

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

 a { background-color: rgb(157,93,251); }

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

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

 span { border-color: rgb(157,93,251); }

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