#9D7AFD

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

Shades of Light Slate Blue #9D7AFD

Tints of Light Slate Blue #9D7AFD

Color information

#9D7AFD (or 0x9D7AFD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 7A and FD. RGB value is (157,122,253). Sum of RGB (Red+Green+Blue) = 157+122+253=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D7AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7AFD is #628502. Grayscale: #929292. Windows color (decimal): -6456579 or 16611997. OLE color: 16611997.

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

Color convert

RGB157122253-
CMYK0.380.5200.01
HSL256.03º97.04%73.53%-
HSV(B)256.03º51.78%99.22%-
XYZ38.5928.1896.33-
YUV147.4187.6134.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=29.51%
G=22.93%
B=47.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571222530.380.5200.01256.0397.0473.53
Hex9D7AFD263401100614a
Octal235172375466401400141112
Binary100111011111010111111011001101101000110000000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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