#9D79FD

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

Shades of Light Slate Blue #9D79FD

Tints of Light Slate Blue #9D79FD

Color information

#9D79FD (or 0x9D79FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 79 and FD. RGB value is (157,121,253). Sum of RGB (Red+Green+Blue) = 157+121+253=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D79FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D79FD is #628602. Grayscale: #929292. Windows color (decimal): -6456835 or 16611741. OLE color: 16611741.

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

Color convert

RGB157121253-
CMYK0.380.5200.01
HSL256.36º97.06%73.33%-
HSV(B)256.36º52.17%99.22%-
XYZ38.4727.9396.29-
YUV146.81187.93135.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=29.57%
G=22.79%
B=47.65%

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
Decimal1571212530.380.5200.01256.3697.0673.33
Hex9D79FD2634011006149
Octal235171375466401400141111
Binary100111011111001111111011001101101000110000000011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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