#9D79FA

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

Shades of Light Slate Blue #9D79FA

Tints of Light Slate Blue #9D79FA

Color information

#9D79FA (or 0x9D79FA) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 79 and FA. RGB value is (157,121,250). Sum of RGB (Red+Green+Blue) = 157+121+250=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D79FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D79FA is #628605. Grayscale: #919191. Windows color (decimal): -6456838 or 16415133. OLE color: 16415133.

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

Color convert

RGB157121250-
CMYK0.370.5200.02
HSL256.74º92.81%72.75%-
HSV(B)256.74º51.6%98.04%-
XYZ3827.7493.8-
YUV146.47186.43135.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=29.73%
G=22.92%
B=47.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571212500.370.5200.02256.7492.8172.75
Hex9D79FA2534021015d49
Octal235171372456402401135111
Binary1001110111110011111101010010111010001010000000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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