#9D7DFD

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

Shades of Light Slate Blue #9D7DFD

Tints of Light Slate Blue #9D7DFD

Color information

#9D7DFD (or 0x9D7DFD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 7D and FD. RGB value is (157,125,253). Sum of RGB (Red+Green+Blue) = 157+125+253=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D7DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7DFD is #628202. Grayscale: #949494. Windows color (decimal): -6455811 or 16612765. OLE color: 16612765.

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

Color convert

RGB157125253-
CMYK0.380.5100.01
HSL255º96.97%74.12%-
HSV(B)255º50.59%99.22%-
XYZ38.9728.9396.46-
YUV149.16186.6133.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=29.35%
G=23.36%
B=47.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571252530.380.5100.0125596.9774.12
Hex9D7DFD263301ff614a
Octal235175375466301377141112
Binary10011101111110111111101100110110011011111111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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