#9D6DFD

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

Shades of Light Slate Blue #9D6DFD

Tints of Light Slate Blue #9D6DFD

Color information

#9D6DFD (or 0x9D6DFD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 6D and FD. RGB value is (157,109,253). Sum of RGB (Red+Green+Blue) = 157+109+253=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6DFD is #629202. Grayscale: #8B8B8B. Windows color (decimal): -6459907 or 16608669. OLE color: 16608669.

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

Color convert

RGB157109253-
CMYK0.380.5700.01
HSL260º97.3%70.98%-
HSV(B)260º56.92%99.22%-
XYZ37.125.295.84-
YUV139.77191.9140.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 253 (99.22% from 255) = 48.75%
R=30.25%
G=21.00%
B=48.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571092530.380.5700.0126097.370.98
Hex9D6DFD2639011046147
Octal235155375467101404141107
Binary100111011101101111111011001101110010110000010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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