#9D79FC

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

Shades of Light Slate Blue #9D79FC

Tints of Light Slate Blue #9D79FC

Color information

#9D79FC (or 0x9D79FC) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 79 and FC. RGB value is (157,121,252). Sum of RGB (Red+Green+Blue) = 157+121+252=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D79FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D79FC is #628603. Grayscale: #929292. Windows color (decimal): -6456836 or 16546205. OLE color: 16546205.

HSL color Cylindrical-coordinate representation of color #9D79FC: hue angle of 256.49º degrees, saturation: 0.96, 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 #9D79FC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157121252-
CMYK0.380.5200.01
HSL256.49º95.62%73.14%-
HSV(B)256.49º51.98%98.82%-
XYZ38.3127.8795.46-
YUV146.7187.43135.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 121 (47.66% from 255) = 22.83%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=29.62%
G=22.83%
B=47.55%

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
Decimal1571212520.380.5200.01256.4995.6273.14
Hex9D79FC2634011006049
Octal235171374466401400140111
Binary100111011111001111111001001101101000110000000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D79FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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