#9C79FC

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

Shades of Light Slate Blue #9C79FC

Tints of Light Slate Blue #9C79FC

Color information

#9C79FC (or 0x9C79FC) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 79 and FC. RGB value is (156,121,252). Sum of RGB (Red+Green+Blue) = 156+121+252=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C79FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C79FC is #638603. Grayscale: #919191. Windows color (decimal): -6522372 or 16546204. OLE color: 16546204.

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

Color convert

RGB156121252-
CMYK0.380.5200.01
HSL256.03º95.62%73.14%-
HSV(B)256.03º51.98%98.82%-
XYZ38.1227.7795.45-
YUV146.4187.6134.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=29.49%
G=22.87%
B=47.64%

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
Decimal1561212520.380.5200.01256.0395.6273.14
Hex9C79FC2634011006049
Octal234171374466401400140111
Binary100111001111001111111001001101101000110000000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C79FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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